Meta: Add files to repository
This commit is contained in:
parent
80a0428b66
commit
39198164cd
1029 changed files with 78311 additions and 0 deletions
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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue