mirror of
https://github.com/bytedream/scripts.git
synced 2025-05-09 20:25:12 +02:00
Update merge-pdf.sh
This commit is contained in:
parent
abd3ce4763
commit
2a093ade68
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
while getopts ":o:output:" opt; do
|
while getopts ":o:" opt; do
|
||||||
case $opt in
|
case $opt in
|
||||||
o | output)
|
o | output)
|
||||||
output=$OPTARG
|
output=$OPTARG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user