Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function edit(arg)
- os.run({},"/rom/programs/edit",arg)
- end
- function shell.resolve(arg)
- return arg
- end
- function boot()
- _G.shell = nil
- term.clear()
- term.setCursorPos(1,1)
- print("Note: Rednet is not running. Execute rednet.run() in order to begin the thread")
- if term.isColor() then
- os.run({},"/rom/programs/advanced/multishell")
- else
- os.run({},"/rom/programs/shell")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment