LispInSmallPieces/bin/activate

9 lines
210 B
Plaintext
Raw Permalink Normal View History

2015-05-14 05:28:55 +00:00
#!/bin/bash
# /bin comes before /node_modules/.bin because sometimes I want to
# override the behaviors provided.
PROJECT_ROOT=`pwd`
PATH="$PROJECT_ROOT/bin:$PROJECT_ROOT/node_modules/.bin:$PATH"
export PATH