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:
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
while getopts ":o:output:" opt; do
|
||||
while getopts ":o:" opt; do
|
||||
case $opt in
|
||||
o | output)
|
||||
output=$OPTARG
|
||||
|
Reference in New Issue
Block a user