add file/delete apicall and rm command to shell

This commit is contained in:
josch
2014-12-02 10:18:12 +01:00
parent 48d803911f
commit 83eb1d9dcc
6 changed files with 121 additions and 0 deletions

View File

@@ -73,6 +73,9 @@ int mfshell_cmd_whoami(mfshell * mfshell, int argc,
int mfshell_cmd_rmdir(mfshell * mfshell, int argc,
char *const argv[]);
int mfshell_cmd_rm(mfshell * mfshell, int argc,
char *const argv[]);
int mfshell_cmd_status(mfshell * mfshell, int argc,
char *const argv[]);