TetaTricks/go.sh

16 lines
133 B
Bash
Raw Normal View History

2020-09-28 02:15:15 +11:00
#!/bin/bash
2022-06-10 06:15:48 +11:00
#
# crude, but do the job.
#
2020-09-28 02:15:15 +11:00
2022-06-10 06:15:48 +11:00
NAME="tetatricks"
pdflatex $NAME
makeindex $NAME
pdflatex $NAME
2020-09-28 02:15:15 +11:00
date >> log.toto