Skip to content

Instantly share code, notes, and snippets.

@Tyderion
Created August 27, 2013 15:51
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 Tyderion/6355370 to your computer and use it in GitHub Desktop.
Save Tyderion/6355370 to your computer and use it in GitHub Desktop.
for i=5,0,-1 do
print("waiting to start... " .. i)
sleep(1)
end
shell.run("order")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment