1
0
mirror of https://github.com/bytedream/scripts.git synced 2025-07-09 23:56:22 +02:00

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

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