box-o-sand/oldstuff/scala/official-by-example/.env
2015-06-22 13:15:42 -05:00

3 lines
104 B
Bash

HERE=$(dirname "$1")
(echo "$PATH" | grep "$HERE/bin" >/dev/null 2>&1) || export PATH="$HERE/bin:$PATH"