activate script

This commit is contained in:
Kevin Lange 2012-05-16 23:10:06 -04:00
parent b7647f108f
commit 59649f8fed

6
toolchain/activate.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
. $DIR/config.sh
export PATH="$DIR/local/bin:$PATH"