diff options
author | Sudipto Mallick <smlckz@termux-alpine> | 2024-01-28 06:38:55 +0000 |
---|---|---|
committer | Sudipto Mallick <smlckz@termux-alpine> | 2024-01-28 06:38:55 +0000 |
commit | fc4d96a9e3e20f8ddf035c16fc32b1effb75481b (patch) | |
tree | 4e13b2606e94e2098d1a288b051603cfc36d983b /java/buildall | |
parent | cd6a9243c056710794549a1ab5d51fbdd082ce2e (diff) | |
download | zadania-fc4d96a9e3e20f8ddf035c16fc32b1effb75481b.tar.gz |
Complete all Java assignments
Diffstat (limited to 'java/buildall')
-rw-r--r-- | java/buildall | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/buildall b/java/buildall index 4468d35..6777b7b 100644 --- a/java/buildall +++ b/java/buildall @@ -1,4 +1,5 @@ #!/bin/sh cat prelude.typ > all.typ -awk '$2 == "#" { printf("#include(\"text/%s.typ\")\n", $1) }' alist.txt >> all.typ +sh havebeendone | awk '{ printf("#include(\"text/%s.typ\")\n", $2) }' >> all.typ typst compile --root $PWD all.typ docs/all.pdf +pdftk docs/all.pdf cat 1 4-7 10-end output docs/java-all.pdf |