]> git.phdru.name Git - audio-cdr-video.git/blob - set-path
Ignore python byte compiled files everywhere
[audio-cdr-video.git] / set-path
1 CWD="`pwd`"
2 if echo "$PATH" | grep -vq "\(^\|:\)$CWD\(:\|$\)"; then
3    PATH="$CWD:$PATH"
4 fi