Skip to content

Instantly share code, notes, and snippets.

@bry4n
Created February 11, 2010 03:36
Show Gist options
  • Save bry4n/301178 to your computer and use it in GitHub Desktop.
Save bry4n/301178 to your computer and use it in GitHub Desktop.
quickly testing the ruby code from Github Gist
#!/bin/sh
#
# quickly testing the ruby code from Github Gist with curl
#
# Usage : gistrun <GIST #>
# Example : gistrun 271066
#
# bry4n
set -e
curl -L# http://gist.github.com/$1.txt | ruby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment