Meta: Add files to repository
This commit is contained in:
parent
80a0428b66
commit
39198164cd
1029 changed files with 78311 additions and 0 deletions
8
System/Shell/Commands/open.HC
Normal file
8
System/Shell/Commands/open.HC
Normal file
|
@ -0,0 +1,8 @@
|
|||
I64 @shell_cmd_open(@shell* sh, I64 argc, U8** argv)
|
||||
{
|
||||
if (argc < 2) {
|
||||
Stdio.WriteLine(sh, "open: path required\n");
|
||||
return 1;
|
||||
}
|
||||
return @systemstarter_open(sh, argc, argv);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue