Skip to content

Instantly share code, notes, and snippets.

@n8io
Last active September 18, 2015 13:49
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 n8io/bd95dcd5ca2fc07498a0 to your computer and use it in GitHub Desktop.
Save n8io/bd95dcd5ca2fc07498a0 to your computer and use it in GitHub Desktop.
#!/bin/bash
BASH_PROFILE=http://git.io/vntan
echo Downloading .bash_profile ...
curl -sL $BASH_PROFILE -o ~/.bash_profile
echo ...done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment