Skip to content

Instantly share code, notes, and snippets.

@edavis10
Created June 10, 2011 15:26
Show Gist options
  • Save edavis10/1019051 to your computer and use it in GitHub Desktop.
Save edavis10/1019051 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
system ARGV.join(' ')
$ $ echo "hi"
hi
$ $ uptime
08:25:36 up 69 days, 23:41, 14 users, load average: 0.21, 0.26, 0.36
$ $ gem --version
1.3.7
@edavis10
Copy link
Author

First $ is my shell, second $ is from copy-n-paste.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment