activate script
This commit is contained in:
parent
b7647f108f
commit
59649f8fed
6
toolchain/activate.sh
Executable file
6
toolchain/activate.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
. $DIR/config.sh
|
||||
|
||||
export PATH="$DIR/local/bin:$PATH"
|
Loading…
Reference in New Issue
Block a user