update command

This commit is contained in:
Night Kaly 2024-02-08 20:33:54 +00:00
parent 0a8d3ca51c
commit a6b28e5120
No known key found for this signature in database
GPG key ID: 8E829D3381CFEBBE

View file

@ -30,6 +30,7 @@ $ ./rush
- Export environment variable
- Source commands from a file
- Editing using left and right arrow keys
- !! to repeat last command
# Built in commands
- cd
@ -44,7 +45,6 @@ $ ./rush
- stdin, stdout, stderr redirect
- background jobs
- tab completion
- Recalling history through `!` & ~ `!-`
# Credits
- [Tutorial - Write a shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/)