diff options
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/tutch/run.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/tutch/run.sh b/examples/tutch/run.sh index ff313b2..fcaea5d 100755 --- a/examples/tutch/run.sh +++ b/examples/tutch/run.sh @@ -8,9 +8,6 @@ abort () { exit 0 } -tar -mxf autograde.tar || \ - abort "Failed to extract autograder." - [ -d handin ] || mkdir handin [ -f handin.tar ] || \ |