-
Notifications
You must be signed in to change notification settings - Fork 7
Shell Commands
There are not a lot of shell commands currently.
This could change soon though.
A command looks like this: command <This is needed> (this is optional)
An example would be: cd bruh:programs
Clears the terminal/shell screen.
Echoes the text you give it.
Shows the help menu.
Will try to read the value of a setting.
This will get the mouse sensitivity.
NOTE: The values are written as percents. (get "mouse sens"
could return 100, which means 100%)
This will get the time since boot in milliseconds.
Will try to set a setting to a value.
This will set the mouse sensitivity.
NOTE: The values are written as percents. You should NOT use the '%' sign. (set "mouse sens" 100
-> 100%)
Will either show the current directory or a directory specified.
NOTE: This supports local paths.
Will navigate to the specified directory.
NOTE: This supports local paths.
Will attempt to run the ELF file specified with any amount of optional arguments.
NOTE: This supports local paths.