Advertisement
Guest User

sigaliEnv.sh

a guest
Apr 8th, 2016
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.46 KB | None | 0 0
  1. # -----------------------------------------------
  2. # This file loads Sigali in the environment.
  3. # -----------------------------------------------
  4.  
  5. export Sigali_root="/home/ubuntu/Sigali-2.4"
  6. export Sigali_VERSION="2.4"
  7. if [[ -e "${Sigali_root}/_config_bash" ]]; then
  8.     source ${Sigali_root}"/_config_bash"
  9. fi
  10. if [ $SIGALI_PATH ]; then
  11.     export SIGALI_PATH=""
  12. fi
  13. export SIGALI_PATH=".:${Sigali_root}/lib:${SIGALI_PATH}"
  14. alias sigali='${Sigali_bin}/sigali'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement