Files
bare-operating-system/packages/bare-os-seeder/kernel/bin/help
T
Raven Scott 9efede0dc8
CI / test (push) Failing after 4m58s
updates
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')
}