Skip to content

Simple Shell Project Assignment for CMPE322 - Operating Systems Course at Bogazici University.

Notifications You must be signed in to change notification settings

asligook/Simple_Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Simple_Shell

Introduction: Basic shell written in C which works in fork, exec manner with some additional functionalities:

  • "bello" : Command that displays information about the username, number of processes etc.

  • ">>>" : Operator that redirects the reversed stdout to a textfile.

Execution: To execute the program, gcc compiler must be installed on your computer. (gcc-13 is preferred for this project, it might be changed with gcc in the makefile.)

The program will be executed with the following commands:

make

./myshell

About

Simple Shell Project Assignment for CMPE322 - Operating Systems Course at Bogazici University.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published