Implemented simple download command.

This commit is contained in:
Jakob Friedl
2025-09-01 19:45:39 +02:00
parent 8292a5b1ff
commit ae083896b6
6 changed files with 184 additions and 74 deletions

View File

@@ -6,6 +6,7 @@ import
shell,
sleep,
filesystem,
filetransfer,
environment,
bof
@@ -26,6 +27,7 @@ proc loadModules*() =
registerCommands(shell.commands)
registerCommands(sleep.commands)
registerCommands(filesystem.commands)
registerCommands(filetransfer.commands)
registerCommands(environment.commands)
registerCommands(bof.commands)