mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-11 13:39:55 +02:00
5 lines
96 B
HolyC
5 lines
96 B
HolyC
I64 @shell_cmd_esh(@shell* sh, I64 argc, U8** argv)
|
|
{
|
|
@shell_input_loop(sh);
|
|
return 0;
|
|
} |