finish everything :)

This commit is contained in:
mcolonna 2024-06-28 15:31:08 +02:00
parent b72be8973e
commit 3007dc9980
5 changed files with 54 additions and 33 deletions

View file

@ -1,16 +1,3 @@
- finding commands
- built-in commands
- builtins:
x echo (with option -n)
x cd [path]
x pwd (with no options)
- export (with no options)
- unset (with no options)
x env (with no options or arguments)
x exit (with no options)
- fix
- the builtins should get all arguments and check if they're good
(unnecessary part)
- working history (rl_* functions?)
- '<<' with history?