From 02884d29e4f5aea71364a203dcaecd53600d8aa4 Mon Sep 17 00:00:00 2001 From: Sudipto Mallick Date: Thu, 8 Feb 2024 11:08:33 +0000 Subject: Complete PHP assignments --- mysql-php/buildall | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 mysql-php/buildall (limited to 'mysql-php/buildall') 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 -- cgit 1.4.1-2-gfad0