Advertisement
osmarks

Minimal TLCO

Mar 10th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local old_printError = _G.printError
  2. function _G.printError()
  3.     _G.printError = old_printError
  4.     -- Multishell must die.
  5.     term.redirect(term.native())
  6.     multishell = nil
  7.     callback()
  8. end
  9.  
  10. os.queueEvent "terminate"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement