mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-12 05:59:53 +02:00
Meta: Add files to repository
This commit is contained in:
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);
|
||||
}
|
||||
Reference in New Issue
Block a user