Pico shell is an updated version of femto shell which is a simple shell written in c that supports pwd, cd and echo and now supporting external commands from linux.
Building the program
gcc pico_shell.c unix_utils.c -o pico
./pico
Supported Features
- cd, pwd and echo internal commands
- Executing external commands located in PATH
- escape sequences (", ', \)
Output example