summary refs log tree commit diff stats
path: root/mysql-php/buildall
diff options
context:
space:
mode:
authorSudipto Mallick <smlckz@termux-alpine>2024-02-08 11:08:33 +0000
committerSudipto Mallick <smlckz@termux-alpine>2024-02-08 11:08:33 +0000
commit02884d29e4f5aea71364a203dcaecd53600d8aa4 (patch)
tree0047b71f3677132fd6319919233e8ce5da43ad6d /mysql-php/buildall
parent0ac38a6f4ce7144635525a5a73bf2946d2909fa6 (diff)
downloadzadania-02884d29e4f5aea71364a203dcaecd53600d8aa4.tar.gz
Complete PHP assignments
Diffstat (limited to 'mysql-php/buildall')
-rw-r--r--mysql-php/buildall5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-php/buildall b/mysql-php/buildall
new file mode 100644
index 0000000..f3035b6
--- /dev/null
+++ b/mysql-php/buildall
@@ -0,0 +1,5 @@
+#!/bin/sh
+cat prelude.typ > all.typ
+ls text/a*.typ | awk '{ printf("#include(\"%s\")\n", $1) }' >> all.typ
+typst compile --root $PWD all.typ docs/all.pdf
+pdftk docs/all.pdf cat 1 4-5 8-end output docs/myphp-all.pdf