This commit is contained in:
Cel A. Skeggs
2021-02-14 15:17:01 -05:00
parent b358f2fd98
commit ff788722b7

View File

@@ -32,7 +32,7 @@ LABS=" lab1 lab2a lab2b lab2c lab3a lab3b lab4a lab4b "
cat api.key.fix | tr -d '\n' > api.key ; \ cat api.key.fix | tr -d '\n' > api.key ; \
rm api.key.fix ; \ rm api.key.fix ; \
curl -F file=@$@-handin.tar.gz -F "key=<api.key" \ curl -F file=@$@-handin.tar.gz -F "key=<api.key" \
https://6824.scripts.mit.edu/2020/handin.py/upload > /dev/null || { \ https://6824.scripts.mit.edu/2021/handin.py/upload > /dev/null || { \
echo ; \ echo ; \
echo "Submit seems to have failed."; \ echo "Submit seems to have failed."; \
echo "Please upload the tarball manually on the submission website."; } \ echo "Please upload the tarball manually on the submission website."; } \