Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

CS_374-SmallSh

This is the code I turned in for the smallsh assignment.

Requirements are found in requirments.md

Compile Instructions:

1. Use the compiler command ‘gcc -o smallsh main.c -std=gnu99 ’

2. Use the compiler command ‘chmod +x p3testscript’

3. Use ‘./p3testscript 2>&1 | more’ , ‘./p3testscript 2>&1’ or ‘./p3testscript > mytestresults 2>&1’ to run the script
	a. Using the last one will require you to look in a newly created file

About

SmallSh attempts to implement a subset of features of well-known shells like bash.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages