summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-05-08 15:08:53 -0700
committerChris Sobczak <chris@sobczak.family>2026-05-08 15:08:53 -0700
commitb1bbb1984a66ddfce7ee3b53949de928e4f6bb37 (patch)
treec4ab9d94b526fee1375932f2792895813f04133b /scripts
parent171fb04e4f87007ed5f70cbee7bed277c800dd17 (diff)
Add clean
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/clean5
-rwxr-xr-xscripts/qmd2pdf2
2 files changed, 6 insertions, 1 deletions
diff --git a/scripts/clean b/scripts/clean
new file mode 100755
index 0000000..9d2747f
--- /dev/null
+++ b/scripts/clean
@@ -0,0 +1,5 @@
+#!/bin/sh
+rm *.a*
+rm *.g*
+rm *.ist
+rm *.tex
diff --git a/scripts/qmd2pdf b/scripts/qmd2pdf
index 4442b34..97f5caf 100755
--- a/scripts/qmd2pdf
+++ b/scripts/qmd2pdf
@@ -1,2 +1,2 @@
#!/bin/sh
-quarto render "$1"
+quarto render "$1" --execute-dir render-files