You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explicitly state you need to be able to run ls, cat, cd ... in simpleshell
I had a student who were confused because the lab did not explicitly state that the simple shelled needed to be able to run other commands besides ./donothing
Random broken link(addition info for cloning repo lab1) I am assuming it is suppose to go to here?
csse332/labs/lab00/index.md
Line 81 in e742ff4
SIGCHLD typo (simpeshell lab2)
csse332/labs/simpleshell/index.md
Line 290 in e742ff4
No
chmod +x
for python scriptcsse332/labs/lab00/index.md
Line 260 in e742ff4
Saying wsl was misleading linux users when setting up
More test cases are needed for clab xv6
string_with_q
only has test cases where the second char in the string is Q. There needs to be test cases where the first char is a Qal
Tell students to do err checking for fork and execlp in simple shell
When grading many students forgot to check the result of
fork()
.csse332/labs/simpleshell/index.md
Line 148 in e742ff4
Explicitly state you need to be able to run ls, cat, cd ... in simpleshell
I had a student who were confused because the lab did not explicitly state that the simple shelled needed to be able to run other commands besides ./donothing
csse332/labs/simpleshell/index.md
Line 148 in e742ff4
The text was updated successfully, but these errors were encountered: