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

Last change on this file since 607 was 580, checked in by torrento, 13 years ago

add new scripts

File size: 174 bytes
Line 
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.