forked from KolibriOS/kolibrios
Shell 0.4.4 (All)
git-svn-id: svn://kolibrios.org@1665 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
6
programs/system/shell/cmd/cmd_echo.c
Normal file
6
programs/system/shell/cmd/cmd_echo.c
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
int cmd_echo(char text[])
|
||||
{
|
||||
printf("%s\n\r", text);
|
||||
return TRUE;
|
||||
}
|
||||
Reference in New Issue
Block a user