Files
norumbega/comp
Jacob 424cd23e8f Added all the files.
Need to write a Makefile instead of ./comp.
2025-02-18 21:37:00 -05:00

7 lines
69 B
Bash
Executable File

#!/bin/sh
pdflatex $1.tex
bibtex $1
pdflatex $1.tex
pdflatex $1.tex