Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 267 Bytes

File metadata and controls

22 lines (16 loc) · 267 Bytes

smallsh

Simple implementation of a Linux shell written in C.

Build

chmod u+x ./build.sh && ./build.sh

Run

build/bin/smallsh

Clean

rm -rf build

Docs

Documentation