add command to dump binary file as base64 encoded data

This commit is contained in:
joeycastillo
2024-10-27 15:12:24 -04:00
parent 59b58b5499
commit b35d4afe85
9 changed files with 377 additions and 0 deletions
+1
View File
@@ -98,6 +98,7 @@ bool filesystem_append_file(char *filename, char *text, int32_t length);
int filesystem_cmd_ls(int argc, char *argv[]);
int filesystem_cmd_cat(int argc, char *argv[]);
int filesystem_cmd_b64encode(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[]);