TetaTricks/go.sh
2022-06-09 21:15:48 +02:00

16 lines
133 B
Bash
Executable File

#!/bin/bash
#
# crude, but do the job.
#
NAME="tetatricks"
pdflatex $NAME
makeindex $NAME
pdflatex $NAME
date >> log.toto