draw.sh 268 B

12345678910
  1. #!/bin/bash
  2. aCurrentPath="$PWD"
  3. aScriptPath=${BASH_SOURCE%/*}; if [ -d "${aScriptPath}" ]; then cd "$aScriptPath"; fi; aScriptPath="$PWD";
  4. source "${aScriptPath}/env.sh" "$1"
  5. echo 'Hint: use "pload ALL" command to load standard commands'
  6. cd ${aCurrentPath}
  7. DRAWEXE