-
Notifications
You must be signed in to change notification settings - Fork 1
Shell
Jake edited this page Jul 29, 2018
·
1 revision
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