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

image

  • In your ubuntu terminal run sudo apt install gcc.

image

  • Go to the repo and run gcc minishell.c.

image

  • Then type ./a.out
  • Enjoy your own terminal!.

image