Created
March 24, 2012 14:42
-
-
Save jqno/2183685 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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