Commit Graph

5 Commits

Author SHA1 Message Date
db20801521 Shell: Add exec builtin 2025-11-17 05:26:07 +02:00
7edfae8583 Shell: Cleanup export builtin 2025-04-19 21:23:26 +03:00
28275d86ea LibC/Shell: set PWD env in Shell, not libc
I have no idea why I was doing it in the libc
2025-04-19 21:16:11 +03:00
c40f244dff Shell: remove env builtin and add type
other shells don't seem to implement as a builtin, so i won't either
2024-10-15 23:42:01 +03:00
8adc97980a Shell: rewrite the whole shell to use tokens instead of raw strings
tab completion is still running with raw strings and that has to be
fixed in the future.
2024-10-13 22:00:16 +03:00