90s

Minimalist, customizable shell written in C99 with syntax highlighting
git clone https://codeberg.org/night0721/90s
Log | Files | Refs | README | LICENSE

commit a6b28e5120f9399946a964dfeed3236409a6aced
parent 0a8d3ca51c03ed6502602e3e0082841fa99cc455
Author: night0721 <[email protected]>
Date:   Thu,  8 Feb 2024 20:33:54 +0000

update command

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -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/)