System/Shell/Commands: Add stub for exit

This commit is contained in:
Alec Murphy 2025-03-26 13:03:07 -04:00
parent 51f8a5a9d4
commit 7cc54e1f6a

View file

@ -0,0 +1,5 @@
I64 @shell_cmd_exit(@shell* sh, I64 argc, U8** argv)
{
// stub
return 0;
}