TryRuby Alias (For Ruby Non-Believers)
August 25th, 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)"'
