source:
BAORadio/AmasNancay/v6/isInteractive.sh@
655
      
      | Last change on this file since 655 was 580, checked in by , 14 years ago | |
|---|---|
| File size: 174 bytes | |
| Line | |
|---|---|
| 1 | isInteractive() | 
| 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.
    
