Skip to content

lifeissweetgood/_dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

_dash

###A C shell!

_dash is a command-line shell implemented in C. Current functionality includes parsing of user input and piping any number of commands. Future plans: add unit tests, implement I/O redirection

##To Compile $ make

##To Run $ ./dash

##To Compile Time Tests

Tests for comparing speed of fgets() vs. speed of read()

$ make time-tests

###To Run Time Tests $ ./test/dash-read

$ ./test/dash-fgets

About

A shell written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages