Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- nshURL = nil
- if nshURL == nil then
- nshURL = "pc" .. os.getComputerID()
- end
- function os.shutdown()
- term.clear()
- term.setCursorPos(1,1)
- end
- shell.run("nsh host 0 0 " .. nshURL)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement