summaryrefslogtreecommitdiff
path: root/src/cmd/hush
AgeCommit message (Expand)Author
2025-10-16cmd: build: Drop libwidget from buildsIan Moffett
2025-10-16cmd: hush: Add argument parsingIan Moffett
2025-10-14libc: Add __libc_init as well as cmdline argumentsIan Moffett
2025-10-14cmd: hush: Ignore input if buffer is emptyIan Moffett
2025-10-13cmd: hush: Wait for commands to finishIan Moffett
2025-10-12cmd: hush: Add initial program spawningIan Moffett
2025-10-10cmd: hush: Handle backspace on inputIan Moffett
2025-10-10cmd: Add shell prototypeIan Moffett