summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2021-10-22 17:17:49 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2021-10-22 17:17:49 -0500
commitfa004d3de13f8e8f46a3375fb4da12936a623209 (patch)
tree7eed6cb9e4c36cfb825604dcd5ee984274391c4a /misc
parent3a023e896f797912732a3bf59dd7c17a10231537 (diff)
downloadscripts-fa004d3de13f8e8f46a3375fb4da12936a623209.tar.xz
scripts-fa004d3de13f8e8f46a3375fb4da12936a623209.zip
memory usage and launch script and pdflatex script
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/pdfautocompile2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/pdfautocompile b/misc/pdfautocompile
new file mode 100755
index 0000000..d44ec3f
--- /dev/null
+++ b/misc/pdfautocompile
@@ -0,0 +1,2 @@
+#!/bin/sh
+echo "$1" | entr pdflatex "$1" || echo "entr or LaTeX is not installed!"