This website requires JavaScript.
Explore
Help
Sign In
Aren
/
kolibrios
Watch
1
Star
0
Fork
0
You've already forked kolibrios
mirror of
https://github.com/KolibriOS/kolibrios.git
synced
2024-12-18 04:43:06 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
39bb2b615a
kolibrios
/
programs
/
system
/
shell
/
cmd
/
cmd_echo.c
8 lines
76 B
C
Raw
Normal View
History
Unescape
Escape
Shell 0.4.4 (All) git-svn-id: svn://kolibrios.org@1665 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-10-17 23:50:55 +04:00
int
cmd_echo
(
char
text
[
]
)
{
printf
(
"
%s
\n
\r
"
,
text
)
;
return
TRUE
;
}
Shell v0.6.1. Some minor improvements. git-svn-id: svn://kolibrios.org@3247 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-02-17 19:22:51 +04:00
Reference in New Issue
Copy Permalink