Skip to content
Jake edited this page Jul 29, 2018 · 1 revision

The "shell" object defined in computer/shell.js

shell.exec(); //Run the shell
shell.exit(); //Terminate the shell
shell.resolve(path); //Resolve a relative path to absolute
shell.chdir(path); //Change working directory, returns value from _os.chdir()_
shell.uptime(); //returns the seconds from when the shell started
Clone this wiki locally