Skip to content

Instantly share code, notes, and snippets.

@ethanmuller
Forked from asimpson/init_installer.sh
Last active December 11, 2015 22:59
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 ethanmuller/4673745 to your computer and use it in GitHub Desktop.
Save ethanmuller/4673745 to your computer and use it in GitHub Desktop.
#!/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