Skip to content
/ ash Public

A simple shell written in C. Three builtin commands, and runs all the ones in /bin.

Notifications You must be signed in to change notification settings

moneaalhad/ash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ash

A simple shell written in C. Three builtin commands, and runs all the ones in /bin.

I'll add updates if and when I get the time, this is a work in progress.

#include <sys/wait.h> #include <unistd.h> #include <stdlib.h> #include <stdio.h> #include <string.h>

Include files required.

About

A simple shell written in C. Three builtin commands, and runs all the ones in /bin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages