Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Programs:")
- shell.run("programs")
- write("What Program Would You Like To Run: ")
- input = read()
- if input = 'powertoggle' then
- shell.run("powertoggle")
- else
- term.clear()
- term.setCursorPos(1, 1)
- shell.run("Terminal")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement