SHOW:
|
|
- or go back to the newest paste.
| 1 | term.clear() | |
| 2 | term.setCursorPos(1,1) | |
| 3 | term.setTextColour(colors.red) | |
| 4 | print("Shutting down")
| |
| 5 | sleep(3) | |
| 6 | term.clear() | |
| 7 | term.setTextColor(colors.green) | |
| 8 | term.setCursorPos(1,1) | |
| 9 | textutils.slowPrint("...",3)
| |
| 10 | sleep(1) | |
| 11 | os.shutdown() |