Skip to content

Instantly share code, notes, and snippets.

@micha
Created December 14, 2014 17:48
Show Gist options
  • Select an option

  • Save micha/19276ac070f9c28bd7b4 to your computer and use it in GitHub Desktop.

Select an option

Save micha/19276ac070f9c28bd7b4 to your computer and use it in GitHub Desktop.
# vim: ft=sh
DIR=$(dirname $BASH_SOURCE)
for i in $DIR/*.sh; do
. "$i"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment