Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 385 Bytes

File metadata and controls

20 lines (15 loc) · 385 Bytes

Go-Shell

Unix based shell built in Go-Lang

Unix Commands Supported


cd
rm
ls
ls -al
cat
pwd
touch
mkdir
whoami

Custom Commands

zip - puts all files listed into a zip file called files.zip

  • ex: zip LS.go touch.go pwd.go