diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-05-08 16:45:46 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-05-08 16:45:46 -0700 |
| commit | 5b909092c14b56eb50f86a5411e852b3b01c8069 (patch) | |
| tree | dde4503b03e81cce67a4b9cdb45307ebd6a50a01 /scripts/qmd2pdf | |
| parent | b1bbb1984a66ddfce7ee3b53949de928e4f6bb37 (diff) | |
Safely clean mess of files when rendering
Diffstat (limited to 'scripts/qmd2pdf')
| -rwxr-xr-x | scripts/qmd2pdf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/qmd2pdf b/scripts/qmd2pdf index 97f5caf..a1cfa09 100755 --- a/scripts/qmd2pdf +++ b/scripts/qmd2pdf @@ -1,2 +1,4 @@ #!/bin/sh -quarto render "$1" --execute-dir render-files +quarto render $1 +mkdir -p render-files +mv *{.acn,.acr,.alg,.glg,.glo,.gls,.glsdefs,.ist} render-files/ 2>/dev/null |
