Releases: aim97/Simple-Shell
Releases · aim97/Simple-Shell
First Release
Fixes
- fix the command parsing utility
New features
- introduced environment variables
- introduced internal commands
- add some commands
- external commands
- ls
- echo
- hello (deprecated, before being released 🤣🤣)
- internal commands
- hello (yes again, this is the one that will actually run)
- cd
- env
- set
- external commands
Kick-start
A simple shell in C that supports
- running the commands compiled to the bin directory
- Treats words between
"
s as a single argument - have its own path at "build/bin"
Just a kick start for building a more featured shell.