Mishell is an Unix shell.
cd build
cmake ..
make
Launch the shell using the following command in the build
folder:
./mishell
In addition to your system binaries, you can also run the following built-in commands:
Example:
mishell ⚡ sleep 10 &
sleep 10 mishell ⚡
mishell ⚡ jobs
Job list :
10904 sleep 10 alive
mishell ⚡
mishell ⚡ Terminated child : 10904
(scheme expr)
executes the scheme expr
using a Scheme interpreter
Example:
mishell ⚡ (display "Hello world!\n")
Hello world!
mishell ⚡
- Asynchronous termination
- Chained pipes