diff options
author | thing 1 <thing1@seacrossedlovers.xyz> | 2024-12-03 09:12:05 +0000 |
---|---|---|
committer | thing 1 <thing1@seacrossedlovers.xyz> | 2024-12-03 09:12:05 +0000 |
commit | a2511b902d1010559a4c19d28149ce27a3e8fed2 (patch) | |
tree | f7c4663af42b2af9bcbe76ca174e3756bef98e7d /writeup/build.sh | |
parent | 86c6991618e712c2b24cfda64980fecace205349 (diff) |
used the fmt command to make it pretty
Diffstat (limited to 'writeup/build.sh')
-rwxr-xr-x | writeup/build.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/writeup/build.sh b/writeup/build.sh index 918a7c5..6fe6c2b 100755 --- a/writeup/build.sh +++ b/writeup/build.sh @@ -1,9 +1,5 @@ #!/bin/bash pdflatex writeup.tex -echo "made init pdf" bibtex writeup.aux -echo "created bib" pdflatex writeup.tex -echo "made penutimate pdf" pdflatex writeup.tex -echo "made final pdf" |