Skip to content

Instantly share code, notes, and snippets.

@jqno
Created March 24, 2012 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jqno/2183685 to your computer and use it in GitHub Desktop.
Save jqno/2183685 to your computer and use it in GitHub Desktop.
# Add the following line to ~/.bashrc:
# . /path/to/this/script/run.sh script_folder
# For example:
# . ~/Dropbox/config/bash/run.sh session
# Don't forget the dot!
for f in `dirname ${BASH_SOURCE[0]}`/$1/*; do
. $f
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment