add a format command

This commit is contained in:
Alex Maestas
2024-08-05 23:06:18 +00:00
parent e732afbec6
commit 7000d08ba5
3 changed files with 34 additions and 3 deletions

View File

@@ -100,6 +100,7 @@ int filesystem_cmd_ls(int argc, char *argv[]);
int filesystem_cmd_cat(int argc, char *argv[]);
int filesystem_cmd_df(int argc, char *argv[]);
int filesystem_cmd_rm(int argc, char *argv[]);
int filesystem_cmd_format(int argc, char *argv[]);
int filesystem_cmd_echo(int argc, char *argv[]);
#endif // FILESYSTEM_H_