Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
/ 42_minishell Public archive

"This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors."

Notifications You must be signed in to change notification settings

PapyMonkey/42_minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42_minishell

Project instructions & grade

"As beautiful as a shell"

Program name minishell
Turn in files Makefile, *.h, *.c
Makefile NAME, all, clean, fclean, re
Arguments None
External functions readline, rl_clear_history, rl_on_new_line, rl_replace_line, rl_redisplay, add_history, printf, malloc, free, write, access, open, read, close, fork, wait, waitpid, wait3, wait4, signal, sigaction, sigemptyset, sigaddset, kill, exit, getcwd, chdir, stat, lstat, fstat, unlink, execve, dup, dup2, pipe, opendir, readdir, closedir, strerror, perror, isatty, ttyname, ttyslot, ioctl, getenv, tcsetattr, tcgetattr, tgetent, tgetflag, tgetnum, tgetstr, tgoto, tputs
Libft authorized Yes
Description Write a shell

About

"This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors."

Topics

Resources

Stars

Watchers

Forks