1 2 3 4 5
#!/bin/bash DIR=$( dirname $( readlink -e "$0" ) ) export PATH="$DIR/Local/bin:$PATH" export TOOLCHAIN="$DIR" echo "$PATH"