Bananymous
|
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 |
Bananymous
|
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 |
Bananymous
|
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 |