first commit
CI / test (push) Has been cancelled

This commit is contained in:
Raven Scott
2026-04-02 21:38:07 -04:00
commit 1af6dbc9b3
24 changed files with 3063 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
// Drive path: /bin/echo — print arguments (kernel invokes run(argv))
async function run(ctx, argv) {
ctx.console.log(argv.slice(1).join(' '))
}