aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/cmd_cd.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cmd_cd.c')
-rw-r--r--cmd/cmd_cd.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/cmd_cd.c b/cmd/cmd_cd.c
index 652217c..92c22b2 100644
--- a/cmd/cmd_cd.c
+++ b/cmd/cmd_cd.c
@@ -29,4 +29,10 @@ int c_cd( cmd_arg_t *arg )
}
return 0;
+}
+
+int h_cd( cmd_arg_t *arg )
+{
+ printf("[DIR] - change shell directory");
+ return 0;
} \ No newline at end of file