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