Skip to content

Instantly share code, notes, and snippets.

@alvin2ye
Created August 24, 2009 05:15
Show Gist options
  • Save alvin2ye/173672 to your computer and use it in GitHub Desktop.
Save alvin2ye/173672 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
if [ -z $1 ]; then
echo curl http://gist.github.com/166924.txt | sh
else
echo curl http://gist.github.com/$1.txt | sh
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment