Skip to content

Instantly share code, notes, and snippets.

@tbuehlmann
Created December 14, 2019 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbuehlmann/9f4c1ff66b1e6ca4bba063054e2362c3 to your computer and use it in GitHub Desktop.
Save tbuehlmann/9f4c1ff66b1e6ca4bba063054e2362c3 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
puts ARGV[0]
$ chmod +x program
$ program foo # prints "foo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment