TryRuby Alias (For Ruby Non-Believers)
Posted by hardwarehank, Fri Aug 25 13:21:03 UTC 2006
Today, I decided I needed a quick way for my friends who run Linux to try ruby. Using _why’s awesome curl implementation of tryruby, here is the ultimate alias for any bashrc:
alias tryruby='sh -c "$(curl -s http://tryruby.hobix.com/try.sh)"'

Blog Posts