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