Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 376 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 376 Bytes

Gash

A simple minimalistic shell implementation written in Go. WIP, will be expanded.

Steps to configure, build, run, and test the project.

Building

make build

Testing

make check

Clean

make clean

Install Dependencies

In order to use git send-mail you need to run the following command:

make install-deps