Skip to content

clementbolin/Basic_Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSU_minishell1

the goal of the project is to create a basic Unix-based shell

Linux

To launch it:

https://github.com/ClementBolin/Basic_Shell.git && cd Basic_Shell && make re && ./mysh

Mac OS

To launch it:

https://github.com/ClementBolin/Basic_Shell.git && cd Basic_Shell && sudo docker run --rm -itv $(pwd):/mnt -w /mnt arthurchaloin/epitech-fedora /bin/bash && make re && ./mysh

Contains

we had to redo the following orders:

  • cd
  • setenv
  • unsetenv

About

Create basic Unix Shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published