aboutsummaryrefslogtreecommitdiff
path: root/skel/run.sh
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2018-09-13 16:21:46 -0400
committerRyan Kavanagh <rak@debian.org>2018-09-13 16:21:46 -0400
commit16a61795c07a73e40c06ade0ad1985026973fdcc (patch)
treed0d5f1b8f60374908d2e4b0c88530f8d781a79cc /skel/run.sh
parentImported tutch example (diff)
run.sh should not extract autograde.tar
Diffstat (limited to '')
-rwxr-xr-xskel/run.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/skel/run.sh b/skel/run.sh
index ff313b2..fcaea5d 100755
--- a/skel/run.sh
+++ b/skel/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 ] || \