Compare commits

...

2 commits

Author SHA1 Message Date
Lluciocc
cdd6216638
Merge 46566c766c into 59c3592c21 2026-05-14 08:21:01 +00:00
Lluciocc
46566c766c
Update bsh.c 2026-05-14 10:20:56 +02:00

View file

@ -1033,10 +1033,6 @@ static int bsh_open_file(const char *path, const char *mode, bool *is_kernel) {
return sys_open(path, mode);
}
static void wait_for_pid(int pid) {
wait_for_pid_status(pid, NULL);
}
static void cmd_clear(void) {
sys_write(1, "\x1b[2J\x1b[H", 7);
}