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
2a093ade68
commit
a012a61203
@ -4,7 +4,6 @@ while getopts ":o:" opt; do
|
||||
case $opt in
|
||||
o | output)
|
||||
output=$OPTARG
|
||||
shift $((OPTIND -1))
|
||||
;;
|
||||
*)
|
||||
echo "Unsupported argument was given (only '-o' is allowed)"
|
||||
@ -12,6 +11,7 @@ while getopts ":o:" opt; do
|
||||
;;
|
||||
esac
|
||||
done
|
||||
shift $((OPTIND -1))
|
||||
|
||||
|
||||
if [ -z $output ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user