This website works better with JavaScript.
Home
Help
Register
Sign In
mcy
/
scripts
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
Browse Source
[graphics] shellcheck bypass
master
Matteo Cypriani
2 years ago
parent
81b60c133a
commit
8170f37c7a
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
graphics/tiff-batch-convert.sh
+ 1
- 0
graphics/tiff-batch-convert.sh
View File
@ -87,6 +87,7 @@ while [ $# -gt 0 ] ; do
echo
"
Warning! Image orientation unknown: \"
$ORIENTATION
\".
"
>
&
2
fi
# shellcheck disable=SC2086
convert
$SCALE_OPT
$ROTATE_OPT
"
$FILE
"
"
$DEST_FILE
"
done
done
Write
Preview
Loading…
Cancel
Save