Skip to content

A shell program in Golang(still in progress...)

Notifications You must be signed in to change notification settings

Aboubakary833/cish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CISH

Cish is a shell project I'm challenging myself to do in my journey of learning the Go programming language.

How to get this project running

As I'm still working on it, I haven't made the binary file available yet, but you can clone the repository, build the code, and execute it.

Note: Make sure you have Go (Golang) installed.

To execute the project:

  • Build the source code
make build

This command will build the source code and put it in a bin folder

  • Now you can execute it
./bin/cish
  • Or you can simply type
make run

This will build the source code and run it for you.

Running test

make test

About

A shell program in Golang(still in progress...)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published