Skip to content

murphbra/smallsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Author: Brayden Murphy
Class: CS 344 
Assignment: 3

to compile code and create executable file smallsh:
Option 1:
In the terminal, run the following command: 
gcc --std=gnu99 -o smallsh smallsh.c

Option 2:
In the terminal, utilize the included Makefile by running the following command:
make 

note: ignore warnings about or triggered by "missing braces around initializer", program will run correctly regardless

how to execute the program: 
In the terminal, run the following command: 
./smallsh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published