Skip to content

Instantly share code, notes, and snippets.

@hauleth
Created February 13, 2015 21:12
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 hauleth/b6d2225a5448c37cc310 to your computer and use it in GitHub Desktop.
Save hauleth/b6d2225a5448c37cc310 to your computer and use it in GitHub Desktop.
Simple shell
#!/usr/bin/env ruby
loop do
print '> '
exit 0 if gets.strip == 'exit'
puts 'USUŃ KONTO!'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment