# Packages
No description provided by the author
# README
Project 2: Shell Builtins
Description
For this project, I've chosen to integrate 5 commands into the shell. These are:
- pwd
- echo
- history
- alias
- unalias
To run this project, first do go mod tidy
, then do go run main.go
. Then use the commands as normal.