aboutsummaryrefslogtreecommitdiff
path: root/compile.sh
blob: 7984e9a19d6c2a083fb8a5e4a2852cf364079b1e (plain) (blame)
1
2
3
4
5
6
#!/bin/bash
rm *.pdf

for f in *.typ; do
  typst compile "${f}"
done