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:
10
System/Shell/Commands/echo.HC
Normal file
10
System/Shell/Commands/echo.HC
Normal file
@@ -0,0 +1,10 @@
|
||||
I64 @shell_cmd_echo(@shell* sh, I64 argc, U8** argv)
|
||||
{
|
||||
I64 i;
|
||||
for (i = 1; i < argc; i++) {
|
||||
Stdio.WriteLine(sh, argv[i]);
|
||||
Stdio.WriteLine(sh, " ");
|
||||
}
|
||||
Stdio.WriteLine(sh, "\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user