aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/cmd_pwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cmd_pwd.c')
-rw-r--r--cmd/cmd_pwd.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/cmd_pwd.c b/cmd/cmd_pwd.c
index f14ece7..4e21721 100644
--- a/cmd/cmd_pwd.c
+++ b/cmd/cmd_pwd.c
@@ -33,4 +33,10 @@ int c_pwd( cmd_arg_t *arg )
cur_dir = NULL;
return 0;
+}
+
+int h_pwd( cmd_arg_t *arg )
+{
+ printf(" - path of current shell running instance");
+ return 0;
} \ No newline at end of file