Added 'cd' and 'dir' command
This commit is contained in:
parent
5479b61dbf
commit
c80f6617c3
7 changed files with 112 additions and 10 deletions
6
commands/show_dir.h
Normal file
6
commands/show_dir.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef _SHOW_DIR_H_
|
||||
#define _SHOW_DIR_H_
|
||||
|
||||
void showDirectory(char *arg[]);
|
||||
|
||||
#endif
|
||||
Reference in a new issue