myconfigfiles/.scripts/shrinkpdfauto.sh

7 lines
92 B
Bash
Executable File

#!/bin/sh
IFILE="$1"
~/.scripts/shrinkpdf.sh "$IFILE" "tmp.pdf" 200
mv "tmp.pdf" "$IFILE"