Skip to content

Instantly share code, notes, and snippets.

@zeevallin
Last active August 29, 2015 14:21
Show Gist options
  • Save zeevallin/07cfc74f7789857e58f5 to your computer and use it in GitHub Desktop.
Save zeevallin/07cfc74f7789857e58f5 to your computer and use it in GitHub Desktop.
#!/bin/ruby
10.times { puts ENV["TEXT"] }
$ TEXT=Hello ruby ./script.rb
# Hello
# Hello
# Hello
# Hello
# Hello
# Hello
# Hello
# Hello
# Hello
# Hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment