A small project to write a shell-like program, It contains a very few commands as of now!
purrsh > cat
/\_/\
( o.o )
> ^ <
For Linux based systems, make sure you've lreadlines
. In Ubuntu based systems simply run:
sudo apt update
sudo apt install build-essential
sudo apt install libreadline-dev
Once you've everything installed, Make the project.
make
help
- Shows list of commandscat
- A cat (args: int/number)ls
- List all directories and filescd <path>
- Change directory topath
pwd
- The current working directoryclear
- Clears the shellexit
- Exit from the current shell.