Skip to content

fvan-wij/minishell-Z-Shell-

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell 'Z-Shell' (UNIX-shell, written in C)

Installation (Linux only)

  1. Make sure libreadline is installed (sudo apt install libreadline-dev)
  2. Download/clone this repository
  3. Cd into the the root of the directory and run 'make'
  4. Let it build...
  5. Run Z-Shell './minishell'

Resources

The Linux Programming Interface - Michael Kerrisk

Features

  • Basic commands
  • Custom interface
  • I/O & Pipes
  • Redirection
  • Heredocs
  • And more...

Credits

  • I/O redirection, signal-handling, process-handling: Flip van Wijk
  • Parser, Tokenizer: Dante Hussain

About

Our minishell for Codam 42

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.8%
  • Makefile 2.2%