Skip to content

AgostonSzepessy/sash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sash

Sash is a basic Unix shell written in C. The purpose of this project is to help me learn how Unix shells work.

Requirements

You will need the following installed on your computer:

Building

  • git clone https://github.com/AgostonSzepessy/sash.git
  • mkdir sash_build
  • cd sash_build
  • cmake ../sash
  • make -j3

Running

The binaries are placed into sash_build/bin. To run sash:

sash_build/bin/sash

To run the tests:

  • cd sash_build
  • ctest

Useful links

About

A basic Unix shell written in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published