File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,16 @@ $(course):
1919 cd ../langs ; \
2020 tar -c ` git ls-files intro a86 abscond blackmail con dupe dodger extort fraud hustle hoax iniquity jig knock loot mug mountebank neerdowell fp project.pdf` \
2121 a86/main.c a86/gcd.c a86/tri.s abscond/42.s | \
22- (cd ../www/main/code ; tar -x) ; cd ../..
22+ (cd ../www/main/code ; tar -x ; \
23+ zip -c fraud.zip -r fraud/ ; \
24+ zip -c hustle.zip -r hustle/ ; \
25+ zip -c hoax.zip -r hoax/ ; \
26+ zip -c iniquity.zip -r iniquity/ ; \
27+ zip -c jig.zip -r jig/ ; \
28+ zip -c knock.zip -r knock/ ; \
29+ zip -c loot.zip -r loot/ ; \
30+ zip -c knock.zip -r mug/ ; \
31+ zip -c knock.zip -r mountebank/) ; cd ../..
2332 cd slides ; \
2433 tar -c ` git ls-files ocaml-to-racket.pdf abscond.pdf con.pdf dupe.pdf extort.pdf grift.pdf grift2.pdf hustle.pdf` | \
2534 (cd ../main/code ; tar -x) ; cd ../..
You can’t perform that action at this time.
0 commit comments