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