ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/oopsePaper/currMake
(Generate patch)

Comparing trunk/oopsePaper/currMake (file contents):
Revision 712 by mmeineke, Sat Aug 23 12:07:27 2003 UTC vs.
Revision 713 by mmeineke, Sat Aug 23 17:01:50 2003 UTC

# Line 1 | Line 1
1   #!/bin/bash
2  
3 < LBIN=/usr/bin
3 > LBIN=/usr/local/teTeX/bin
4  
5   /bin/rm -f currTmp.*
6  
7   cat header.tex > currTmp.tex
8   cat $1 >> currTmp.tex
9 < cat footer.tex >> curTmp.tex
9 > cat footer.tex >> currTmp.tex
10  
11   $LBIN/latex currTmp
12   $LBIN/bibtex currTmp

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines