Skip to content

Shell Commands

Masl edited this page Jan 25, 2024 · 6 revisions

Shell Commands

A command looks like this: command <This is needed> (this is optional)

An example would be: cd bruh:programs

General Stuff

cls

Clears the terminal/shell screen.

echo <text>

Echoes the text you give it.

help

Shows the help menu.

Settings

get <name>

Will try to read the value of a setting.

Get Settings

A

set <name> <value>

Will try to set a setting to a value.

Set Settings

A

FS Stuff

ls (path)

Will either show the current directory or a directory specified.

NOTE: This supports local paths.

cd (path)

Will navigate to the specified directory.

NOTE: This supports local paths.

run <path> (arg1) (arg2) (...)

Will attempt to run the ELF file specified with any amount of optional arguments.

NOTE: This supports local paths.

Clone this wiki locally