I added support for the echo builtin, but my exit builtin is now broken. It works locally, I added some debug prints, but it fails remotely.
For some reason, on remote the last exit 0
says it gets 3 arguments, where the last one is just an empty string. But I can’t reproduce this locally.
(first is remote, second locally)
My repo: assembly/cc-shell - Codeberg.org
any help is appreciated