source: configs/testing/report.sh @ 502

Last change on this file since 502 was 502, checked in by dubos, 7 years ago

configs/testing : towards first working version

  • Property svn:executable set to *
File size: 152 bytes
Line 
1#!/bin/bash
2rm -f *.aux *.log
3pdflatex report.tex
4pdflatex report.tex
5
6mailx -s "DYNAMICO report " -a report.pdf dubos@lmd.polytechnique.fr </dev/null
7
Note: See TracBrowser for help on using the repository browser.