mirror of
https://github.com/bytedream/scripts.git
synced 2025-06-26 17:50:32 +02:00
Update merge-pdf.sh
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
while getopts ":o:" opt; do
|
||||
case $opt in
|
||||
o | output)
|
||||
o)
|
||||
output=$OPTARG
|
||||
;;
|
||||
*)
|
||||
|
Reference in New Issue
Block a user