Added 'cd' and 'dir' command

This commit is contained in:
netbenixcn 2020-06-07 11:16:25 +02:00
parent 5479b61dbf
commit c80f6617c3
7 changed files with 112 additions and 10 deletions

6
commands/show_dir.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef _SHOW_DIR_H_
#define _SHOW_DIR_H_
void showDirectory(char *arg[]);
#endif