Operating systems
Operating systems project using C.
The objective was to create a minishell.
-
You must run the code in a linux terminal.
-
Clone the repo.
-
If you are in a Windows machine you can follow these steps to enable
Windows Subsystem for Linux
. -
Run
sudo apt-get update
- In your ubuntu terminal run
sudo apt install gcc
.
- Go to the repo and run
gcc minishell.c
.
- Then type
./a.out
- Enjoy your own terminal!.