Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.write("What do you want to do?\n1) Shut down system")
- option = io.read()
- if option == "1" then
- -- not important
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement