From fc4d96a9e3e20f8ddf035c16fc32b1effb75481b Mon Sep 17 00:00:00 2001 From: Sudipto Mallick Date: Sun, 28 Jan 2024 06:38:55 +0000 Subject: Complete all Java assignments --- java/buildall | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'java/buildall') 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 -- cgit 1.4.1-2-gfad0 ed='selected'>master Lisp playgrounddbane <dbane@tilde.institute>
about summary refs log tree commit diff stats
path: root/cmd.lsp
blob: e186a4eecdd2fbaee0c45b92b0fd9a6d49e06296 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28