kolibrios/programs/system/shell/cmd/cmd_pwd.c
Albom f5c6b33aac Shell: ls command fix, other small fixes
git-svn-id: svn://kolibrios.org@2617 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-04-16 10:40:07 +00:00

7 lines
81 B
C

int cmd_pwd(char param[])
{
printf (" %s/\n\r", cur_dir);
return TRUE;
}