aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/external/metalang99/scripts/spec.sh
blob: 8da58e4405fb362fa7919bd7417e77e50dd99940 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

set -e

cd spec

pdflatex -shell-escape spec.tex
biber spec
pdflatex -shell-escape spec.tex
pdflatex -shell-escape spec.tex

cd ..