-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
50 lines (36 loc) · 1.15 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
################
# Team Info
################
Name1: Ben Berg
NetId1: bsb20
Name2: Ian Rapoport
NetId2: ihr2
Name3: Jim Posen
NetId3: jep37
###############
# Time spent
###############
10 hours # Edit this accordingly
################
# Files to submit
################
dsh.c #Please do not submit tar or zip files
README #This file filled with the lab implementation details
#dsh.log #The name of the log file you generate should be dsh.log.
#You do not need to submit the log file. It should be
#generated automatically when the dsh shell is executed.
####################################
# Implementation details
####################################
This section should contain the implementation details and a brief overview of
the results (not the output). For example, if you know that your shell is
limited in some functionality, you should explain what cases it passes and what
cases it fails.
####################################
# Feedback on the lab
####################################
How did you find the lab?
##################################
# Additional comments
##################################
Anything else you would like to convey.