Skip to content

MiniShell impemented in C. Two versions: For Unix and for Windows.

Notifications You must be signed in to change notification settings

mmassetti/MiniShell-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

MiniShell-in-C

MiniShell implemented in C. Two versions: For Unix and for Windows.

Project made for the subject "Sistemas Operativos", for the degree "Ingenieria en Sistemas de Software" at Universidad Nacional del Sur, Bahia Blanca, Argentina. This project is part of a larger project that involves processes, synchronization, threads, semaphores and other Operating Systems concepts.

The basic idea for the MiniShell is

  1. reading from console
  2. parsing the input to get the name of the file and the name of the arguments if exists
  3. executing the code

We decided to implement only built-in and simple commands and not to use the fork() command as it wasn't required or necessary for this project.

Authors: Matias Massetti - Gaetano Privitello

About

MiniShell impemented in C. Two versions: For Unix and for Windows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages