Skip to content

normanrmrz/Mini-Shell-Program

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

################
TEAM INFO
################
Name1:Terry Liang
EID1:twl378
CS login:tliang
Email:[email protected]
Unique Number:53031

Name2:Jishen Li
EID2:jl46853
CS login:jishen
Email:[email protected]
Unique Number:

Slip days used:53032

################




################
CS:APP Shell Lab
################

Files:

Makefile	# Compiles your shell program and runs the tests
README		# This file
msh.c		# A shell program that you will write and hand in
mshref		# The reference shell binary.
util.c/h        # Contains provided utilities
jobs.c/h        # Contains job helper routines
design_doc.txt  # Provide your answers to questions and explanations here

#Files for Part 0
fib.c           # Implement Fibonacci here
psh.c           # Implement prototype shell here

#Files for Part 1
handle.c        # Implementation Needed
mykill.c        # Implementation Needed

# The remaining files are used to test your shell
sdriver.pl	# The trace-driven shell driver
trace*.txt	# The 16 trace files that control the shell driver
mshref.out 	# Example output of the reference shell on all 16 traces

# Little C programs that are called by the trace files
myspin.c	# Takes argument <n> and spins for <n> seconds
mysplit.c	# Forks a child that spins for <n> seconds
mystop.c        # Spins for <n> seconds and sends SIGTSTP to itself
myint.c         # Spins for <n> seconds and sends SIGINT to itself

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 74.1%
  • Perl 13.6%
  • Makefile 8.0%
  • Assembly 4.3%