System/Shell/Commands: Add stub for exit
This commit is contained in:
parent
51f8a5a9d4
commit
7cc54e1f6a
1 changed files with 5 additions and 0 deletions
5
System/Shell/Commands/exit.HC
Normal file
5
System/Shell/Commands/exit.HC
Normal file
|
@ -0,0 +1,5 @@
|
|||
I64 @shell_cmd_exit(@shell* sh, I64 argc, U8** argv)
|
||||
{
|
||||
// stub
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue