This website requires JavaScript.
Explore
Help
Register
Sign In
Sweetbread
/
kolibrios
Watch
1
Star
0
Fork
0
You've already forked kolibrios
forked from
KolibriOS/kolibrios
Code
Issues
Pull Requests
Actions
Activity
d6e0b2fc01
kolibrios
/
programs
/
system
/
shell
/
cmd
/
cmd_pwd.c
7 lines
81 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 21:50:55 +02:00
int
cmd_pwd
(
char
param
[
]
)
{
Shell: ls command fix, other small fixes git-svn-id: svn://kolibrios.org@2617 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-04-16 12:40:07 +02:00
printf
(
"
%s/
\n
\r
"
,
cur_dir
)
;
Shell 0.4.4 (All) git-svn-id: svn://kolibrios.org@1665 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-10-17 21:50:55 +02:00
return
TRUE
;
}
Reference in New Issue
Copy Permalink