source: trunk/MagicSoft/GC-Proposal/los.sh@ 7150

Last change on this file since 7150 was 6672, checked in by hbartko, 20 years ago
*** empty log message ***
  • Property svn:executable set to *
File size: 138 bytes
Line 
1#!/usr/local/bin/bash
2
3latex GC.tex
4bibtex GC
5latex GC.tex
6latex GC.tex
7dvips GC.dvi
8gv GC.ps &
9ps2pdf GC.ps
10chmod 755 GC.pdf
11
12# all done
Note: See TracBrowser for help on using the repository browser.