Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.
/ PSU_minishell2_2019 Public archive

Starting from scratch, recreate a UNIX command interpreter that looks like the one you use. Tech1 Project.

Notifications You must be signed in to change notification settings

umberd/PSU_minishell2_2019

Repository files navigation

PSU_minishell2_2019

The goal was to do our own terminal usinc C.

Date: December 2019

Language: C

Grade: A

Compilation:

Compilation via Makefile

make
make clean
./mysh

remove compilation files:

make fclean

Unit tests

Using Criterion: https://github.com/Snaipe/Criterion

make tests_run

About

Starting from scratch, recreate a UNIX command interpreter that looks like the one you use. Tech1 Project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published