mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
7 lines
122 B
C
7 lines
122 B
C
#include "cli_utils.h"
|
|
|
|
void cli_cmd_about(char *args) {
|
|
(void)args;
|
|
cli_write("BrewOS Desktop v1.01 Alpha\n");
|
|
}
|