Skip to content

Instantly share code, notes, and snippets.

@DylanFM
Forked from benaskins/gist:107494
Created May 9, 2009 11:22
Show Gist options
  • Save DylanFM/109228 to your computer and use it in GitHub Desktop.
Save DylanFM/109228 to your computer and use it in GitHub Desktop.
export dev='/Users/dylanfm/Development'
export devwork='/Users/dylanfm/Development/Work'
# Quick links to client projects
# Only directories
for DIR in `ls -l $devwork | awk '/^d/ { print $NF }'`
do
export $DIR=$devwork/$DIR
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment