Files
bare-operating-system/packages/bare-os-seeder/kernel/bin/help
T
2026-04-02 22:04:58 -04:00

4 lines
90 B
Plaintext

async function run(ctx, _argv) {
ctx.console.log('Commands: help, echo <text>, exit')
}