View difference between Paste ID: PyTqqkxW and kvr2hknM
SHOW: | | - or go back to the newest paste.
1
local computer = require("computer")
2-
if computer.uptime() >= 300 then
2+
if computer.uptime() >= 10 then
3
    computer.shutdown(true)
4
end