add command to dump binary file as base64 encoded data
This commit is contained in:
@@ -72,6 +72,13 @@ shell_command_t g_shell_commands[] = {
|
||||
.max_args = 1,
|
||||
.cb = filesystem_cmd_cat,
|
||||
},
|
||||
{
|
||||
.name = "b64encode",
|
||||
.help = "usage: b64encode <PATH>",
|
||||
.min_args = 1,
|
||||
.max_args = 1,
|
||||
.cb = filesystem_cmd_b64encode,
|
||||
},
|
||||
{
|
||||
.name = "df",
|
||||
.help = "print filesystem free space",
|
||||
|
||||
Reference in New Issue
Block a user