Update merge-pdf.sh

This commit is contained in:
ByteDream
2021-05-20 12:55:58 +02:00
committed by GitHub
parent abd3ce4763
commit 2a093ade68

View File

@ -1,6 +1,6 @@
#!/bin/bash
while getopts ":o:output:" opt; do
while getopts ":o:" opt; do
case $opt in
o | output)
output=$OPTARG