mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
9 lines
202 B
C
9 lines
202 B
C
#include "cli_utils.h"
|
|
|
|
void cli_cmd_blind(char *args) {
|
|
(void)args;
|
|
cli_write("Woah.. is this heaven?\n");
|
|
cli_write("no.\n");
|
|
cli_write("This isn't TempleOS you fucking retard.\n");
|
|
}
|