This commit is contained in:
benstrb 2025-10-17 22:59:54 +02:00
parent 5120f27b59
commit 3219d7d820
2 changed files with 4 additions and 0 deletions

BIN
shell2

Binary file not shown.

View file

@ -70,6 +70,10 @@ void open_help() {
"\n>all other general commands available in UNIX shell"); "\n>all other general commands available in UNIX shell");
} }
int own_cmd_handler(char** parsed) {
}
int main() { int main() {
init_shell(); init_shell();
} }