source: BAORadio/AmasNancay/trunk/isInteractive.sh@ 615

Last change on this file since 615 was 580, checked in by torrento, 14 years ago

add new scripts

File size: 174 bytes
RevLine 
[580]1isInteractive()
2{
3 if [ ${ENVIRONMENT} == "INTERACTIVE" -o ${ENVIRONMENT} == "ACCESS" ]; then
4 isInteractive=1
5 else
6 isInteractive=0
7 fi
8
9 echo ${isInteractive}
10}
Note: See TracBrowser for help on using the repository browser.