Skip to content

HellenAchiengNyandara/simple_shell

 
 

Repository files navigation

C - A simple unix shell

PROJECT DONE BY GROUP:

MEMBERS: 1. 2.

  • This code will work on any unix machine. We created our own functions for systems that may have library errors.
  • This program works as a normal unix shell
  • Use normal commands i.e ls, la, cd.. to manipulate and navigate files/through files
  • Commands such as (ctrl)D, (ctrl)Z ... are handled too

TO COMPILE

Run: gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c -o sshel

Then: ./sshel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%