Advertisement
Guest User

startup

a guest
Feb 22nd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. shell.run("rm","start")
  2. --term.setTextColor(colors.red)
  3. term.write("Bitte warten, Programm wird gestartet")
  4. sleep(2)
  5. shell.run("pastebin","get","009b097i","start")
  6. term.clear()
  7. term.setCursorPos(1, 1)
  8. term.write("Programm wurde erfolgreich gestartet")
  9. shell.run("start")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement