Files
erythros/System/Shell/Commands/sh.HC

4 lines
97 B
HolyC
Raw Normal View History

2025-03-25 07:32:23 -04:00
I64 @shell_cmd_sh(@shell* sh, I64 argc, U8** argv)
{
return @shell_cmd_esh(sh, argc, argv);
}