toaruos/toolchain/activate.sh

7 lines
122 B
Bash
Raw Normal View History

2012-05-17 07:10:06 +04:00
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
. $DIR/config.sh
export PATH="$DIR/local/bin:$PATH"