zine: XMPP - 25 years of Digital Independence (Daniel Gultsch)
This commit is contained in:
parent
0b95225106
commit
a4a9789d63
6 changed files with 1978 additions and 0 deletions
6
XMPP - 25 years/build.sh
Executable file
6
XMPP - 25 years/build.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#! /usr/bin/env bash
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
name="$(basename "$(pwd)")"
|
||||
|
||||
typst compile --root .. ./main.typ ./"$name".pdf
|
||||
Loading…
Reference in a new issue