diff options
author | thing 1 <thing1@seacrossedlovers.xyz> | 2024-11-04 11:13:26 +0000 |
---|---|---|
committer | thing 1 <thing1@seacrossedlovers.xyz> | 2024-11-04 11:13:26 +0000 |
commit | 575b12898b6ed90ea3c42676fec5f20ddda47da0 (patch) | |
tree | 30a996316f93abde650de90e5c9fa173d07441c6 /writeup/build.sh | |
parent | 1b9373b719a0008e90b32e1ed4e08fb73b8182fc (diff) |
made some shell scripts to automate the build and use of latex
Diffstat (limited to 'writeup/build.sh')
-rwxr-xr-x | writeup/build.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/writeup/build.sh b/writeup/build.sh new file mode 100755 index 0000000..6fe6c2b --- /dev/null +++ b/writeup/build.sh @@ -0,0 +1,5 @@ +#!/bin/bash +pdflatex writeup.tex +bibtex writeup.aux +pdflatex writeup.tex +pdflatex writeup.tex |