mfshell: add new folder command

This commit is contained in:
josch
2014-09-24 10:48:54 +02:00
parent 18db8742dd
commit 0561a922c5
8 changed files with 219 additions and 3 deletions

View File

@@ -55,6 +55,9 @@ int mfshell_cmd_lcd(mfshell * mfshell, int argc,
int mfshell_cmd_file(mfshell * mfshell, int argc,
char *const argv[]);
int mfshell_cmd_folder(mfshell * mfshell, int argc,
char *const argv[]);
int mfshell_cmd_links(mfshell * mfshell, int argc,
char *const argv[]);