os.shutdown
From ComputerCraft Wiki
Revision as of 03:15, 27 June 2012 by 67.189.72.22 (Talk)
Function os.shutdown | |
Shuts down the computer | |
Syntax | os.shutdown() |
Returns | None |
Part of | ComputerCraft |
API | os |
Examples
Example | |
shut Down | |
Code |
os.shutdown() |
Alternatively you could hold ctrl + S for one second to shutdown the computer outside of a program.