1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-07-17 17:32:55 +00:00
2017-05-17 19:48:27 +01:00

9 lines
148 B
Lua

if term.isColour() then
term.setTextColour( colours.yellow )
end
print( "Goodbye" )
term.setTextColour( colours.white )
sleep( 1 )
os.reboot()