box-o-sand/scala/official-by-example/.env
Dan Buch 537036f41b First quicksort version
although the tutorial did not have a class or object definition,
which is necessary according to sbt ...   hmmm.
2012-05-14 00:32:10 -04:00

3 lines
104 B
Bash

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