Skip to content

Commit e2324d2

Browse files
committed
update
1 parent 798990c commit e2324d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ LABS=" lab1 lab2a lab2b lab3a lab3b lab4a lab4b "
1515
echo "Are you sure you want to submit $@? Enter 'yes' to continue:"; \
1616
read line; \
1717
if test $$line != "yes" ; then echo "Giving up submission"; exit; fi; \
18+
if test `du -b "[email protected]" | cut -f 1` -ge 20971520 ; then echo "File exceeds 20MB."; exit; fi; \
1819
curl -F file=@[email protected] -F key=$(KEY) http://ydmao.scripts.mit.edu/6.824/handin.py/upload; \
1920
fi; \
2021
else \

0 commit comments

Comments
 (0)