summaryrefslogtreecommitdiff
path: root/bin/pdfcompress.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pdfcompress.sh')
-rwxr-xr-xbin/pdfcompress.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/pdfcompress.sh b/bin/pdfcompress.sh
deleted file mode 100755
index 21af4e7..0000000
--- a/bin/pdfcompress.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-set -eu
-
-INFILE=$1
-
-[ -n "$QUARTO_PROJECT_RENDER_ALL" ] || exit
-
-ps2pdf -dPDFSETTINGS=/printer "$INFILE" "$INFILE"~
-mv --force "$INFILE"~ "$INFILE"