haskell-cnc-0.1: install_environment_vars.sh
#!/bin/sh # Instructions: # 'source' me from my containing directory. export HASKELLCNC=`pwd` export PATH="$HASKELLCNC:$PATH"
#!/bin/sh # Instructions: # 'source' me from my containing directory. export HASKELLCNC=`pwd` export PATH="$HASKELLCNC:$PATH"