updates
CI / test (push) Failing after 4m58s

This commit is contained in:
Raven Scott
2026-04-02 23:25:35 -04:00
parent 5991f4f8e8
commit 45cf20ea3c
9 changed files with 293 additions and 34 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
async function run(ctx, argv) {
ctx.console.log(
'Bare OS — builtins: cd, export, exit | /bin: basename cat clear date dirname echo env false head help hostname id ls nl pathchk printenv pwd rm seq sleep sort tail test touch true tty uname wc which whoami'
'Bare OS — builtins: cd, export, exit, quit | /bin: basename cat clear date dirname echo env false head help hostname id ls nl pathchk printenv pwd rm seq sleep sort tail test touch true tty uname wc which whoami'
)
}