package
0.0.0-20240506041748-cce4e6a4b126
Repository: https://github.com/codebender31/shell_in_golang.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Project 2: Shell Builtins

Commands Implemented

echo

Command allows for a string to be printed on the terminal

ls

Lists all files/directories within scope

mkdir

Makes a new file or directory

pwd

Prints working directory onto the terminal

rm

Removes a designated file or directory

Commands Necessary to Run Application

Compile & Run Executable go build main.go ./main OR Compile and Run Directly go run main.go

Demo

Alt Text

Author Information

Abel Hernandez