6 lines
92 B
Bash
Executable file
6 lines
92 B
Bash
Executable file
#!/bin/sh
|
|
|
|
IFILE="$1"
|
|
|
|
~/.scripts/shrinkpdf.sh "$IFILE" "tmp.pdf" 200
|
|
mv "tmp.pdf" "$IFILE"
|