Skip to content

Instantly share code, notes, and snippets.

@espizo
Created March 6, 2014 14:48
Show Gist options
  • Save espizo/9391331 to your computer and use it in GitHub Desktop.
Save espizo/9391331 to your computer and use it in GitHub Desktop.
.bashrc
for i in /home/wallace/Work/*; do
if [ -d "$i/lib" ]; then
PERL5LIB=$i/lib:$PERL5LIB
fi
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment