Skip to content

Instantly share code, notes, and snippets.

@Tyderion
Created August 27, 2013 15:51
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