Skip to content

Shell commands

David de Rosier edited this page Jan 21, 2025 · 1 revision

The system comes with a basic shell, offering very limited set of commands.

date

Prints current date-time string to the output. Requires RTC; if not present, displays error message.

cls

Clear frame buffer

prompt <p>

Allows to set a single-character prompt, i.e. prompt $

print <str>

Prints text to the console, i.e. print Hello!

fbdump

When running in terminal, it allows to dump a framebuffer content to the output. Useful for testing purposes. Example of use:

image

Clone this wiki locally