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-19 21:32:34 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
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 23:50:55 +04: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 14:40:07 +04: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 23:50:55 +04:00
return
TRUE
;
}
Reference in New Issue
Copy Permalink