# run ruby program "program.rb" ruby program.rb
# Start a HTTP server to serve the current directory ruby -run -e httpd . -p 9090
# Randomly shuffles lines of stdin (shell one-liner!) ruby -e "puts STDIN.readlines.shuffle"