Categorygithub.com/aaron3alexander/CSCE4600-Shell
repositorypackage
0.0.0-20240506030103-7bcf35065440
Repository: https://github.com/aaron3alexander/csce4600-shell.git
Documentation: pkg.go.dev

# 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.