fix indent
This commit is contained in:
parent
34e11c5343
commit
0b3132e355
1 changed files with 5 additions and 5 deletions
10
main.sh
10
main.sh
|
@ -27,11 +27,11 @@ I_TEXT="${IMAGE_TEXT:-$I_TEXT}"
|
||||||
|
|
||||||
while getopts "p:t:" opt
|
while getopts "p:t:" opt
|
||||||
do
|
do
|
||||||
case "$opt" in
|
case "$opt" in
|
||||||
p) P_PATH="$OPTARG";;
|
p) P_PATH="$OPTARG";;
|
||||||
t) I_TEXT=$(cat "$OPTARG");;
|
t) I_TEXT=$(cat "$OPTARG");;
|
||||||
*) help_text
|
*) help_text
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
magick \
|
magick \
|
||||||
|
|
Loading…
Add table
Reference in a new issue