-
-
Save ethanmuller/4673745 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
#!/bin/bash | |
PROFILE=~/.bashrc | |
curl -sSL https://gist.github.com/raw/4673740/init.sh >> "$PROFILE" | |
echo "Sparkbox init function appended to $PROFILE" | |
echo 'Run "sb_init [project-name]" to get started!' | |
exec bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment