diff options
author | Aaron LI <aly@aaronly.me> | 2017-11-03 18:31:48 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-11-03 18:31:48 +0800 |
commit | 534e4fdf0a705c66660e3e1b707edd7ab1bf922c (patch) | |
tree | fcb28c38a02198e7e6aece592e08a0b5a0c01200 /cli | |
parent | bc87a53a283d7dec8c52cccf4689fb2d9765a277 (diff) | |
download | atoolbox-534e4fdf0a705c66660e3e1b707edd7ab1bf922c.tar.bz2 |
Rename pdfmerge.sh to mergepdf.sh
Diffstat (limited to 'cli')
-rwxr-xr-x | cli/mergepdf.sh (renamed from cli/pdfmerge.sh) | 0 | ||||
-rwxr-xr-x | cli/shrinkpdf.sh | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/cli/pdfmerge.sh b/cli/mergepdf.sh index aef72db..aef72db 100755 --- a/cli/pdfmerge.sh +++ b/cli/mergepdf.sh diff --git a/cli/shrinkpdf.sh b/cli/shrinkpdf.sh index 1190fce..9f68c4c 100755 --- a/cli/shrinkpdf.sh +++ b/cli/shrinkpdf.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Shrink the size of PDF files by adjust its quality using gs. +# Shrink the size of PDF files by adjust its quality using `gs` (GhostScript). # # Aaron LI # 2013/09/18 |