Update merge-pdf.sh

This commit is contained in:
ByteDream
2021-05-20 12:59:44 +02:00
committed by GitHub
parent a012a61203
commit 4a4d8b8496

View File

@ -2,7 +2,7 @@
while getopts ":o:" opt; do
case $opt in
o | output)
o)
output=$OPTARG
;;
*)