toaruos/toolchain/activate.sh
2012-05-16 23:10:06 -04:00

7 lines
122 B
Bash
Executable File

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