Skip to content

Instantly share code, notes, and snippets.

@isaacsanders
Created March 23, 2012 13:19
Show Gist options
  • Save isaacsanders/2170553 to your computer and use it in GitHub Desktop.
Save isaacsanders/2170553 to your computer and use it in GitHub Desktop.
Very simple shell
while true
print '$ '
cmd = gets
system(cmd)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment