Skip to content

Commit

Permalink
exit when not found
Browse files Browse the repository at this point in the history
  • Loading branch information
jpolitz committed Mar 10, 2023
1 parent 9b15ebd commit 3650ba6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ then
else
echo 'ListExamples.java not found'
echo 'Score: 0/4'
exit 1
fi

cp student-submission/ListExamples.java ./
Expand Down

0 comments on commit 3650ba6

Please sign in to comment.