diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-05-08 15:08:53 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-05-08 15:08:53 -0700 |
| commit | b1bbb1984a66ddfce7ee3b53949de928e4f6bb37 (patch) | |
| tree | c4ab9d94b526fee1375932f2792895813f04133b /scripts | |
| parent | 171fb04e4f87007ed5f70cbee7bed277c800dd17 (diff) | |
Add clean
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/clean | 5 | ||||
| -rwxr-xr-x | scripts/qmd2pdf | 2 |
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 |
