Skip to content

Instantly share code, notes, and snippets.

@benaskins
Created May 6, 2009 11:45
Show Gist options
  • Save benaskins/107494 to your computer and use it in GitHub Desktop.
Save benaskins/107494 to your computer and use it in GitHub Desktop.
export dev=~/Development
export cp=$dev/client_projects
# Quick links to client projects
for DIR in `ls $cp`
do
export $DIR=$cp/$DIR
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment