Updated Terminal: Introduction (markdown)
parent
f00d63df9a
commit
270b617f2f
|
@ -8,8 +8,8 @@ The Terminal is an application that is accessible after enabling the [Debug Menu
|
||||||
It has a few commands but is generally useless (for now). You can also [add commands](https://github.com/sparrdrem/DremJS/wiki/Terminal:-Adding-Commands).
|
It has a few commands but is generally useless (for now). You can also [add commands](https://github.com/sparrdrem/DremJS/wiki/Terminal:-Adding-Commands).
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
The terminal currently has 8 commands:
|
The terminal currently has 9 commands:
|
||||||
cat, clock, echo, uname, clear, date, help, and whoami
|
cat, clock, echo, uname, clear, date, help, insmod, and rmmod
|
||||||
|
|
||||||
### cat
|
### cat
|
||||||
cat will display the text in a file.
|
cat will display the text in a file.
|
||||||
|
@ -64,5 +64,8 @@ help displays all available commands
|
||||||
Usage:
|
Usage:
|
||||||
`help`
|
`help`
|
||||||
|
|
||||||
### whoami
|
### insmod
|
||||||
whoami is a WIP and does not currently work.
|
Short for "Install Module", it installs modules! Please see [Modules](https://github.com/sparrdrem/DremJS/wiki/Modules) for information on this command.
|
||||||
|
|
||||||
|
### rmmod
|
||||||
|
Short for "Remove Module", it removes modules! Please see [Modules](https://github.com/sparrdrem/DremJS/wiki/Modules) for information on this command.
|
Loading…
Reference in a new issue