un nouveau départ

This commit is contained in:
tTh
2022-06-09 21:15:48 +02:00
parent 37b18ecbef
commit 2efd5bec74
2 changed files with 15 additions and 3 deletions

11
go.sh
View File

@@ -1,9 +1,14 @@
#!/bin/bash
#
# crude, but do the job.
#
pdflatex main
makeindex main
pdflatex main
NAME="tetatricks"
pdflatex $NAME
makeindex $NAME
pdflatex $NAME
date >> log.toto