local mon = peripheral.wrap("top")
term.redirect(mon)
term.write("All Systems Online")

