|
|
@ -83,6 +83,9 @@ for heic in *.heic; do
|
|
|
|
done
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
if [ $filecount -gt 0 ]; then
|
|
|
|
if [ $filecount -gt 0 ]; then
|
|
|
|
|
|
|
|
if [ $filecount -eq 1 ]; then
|
|
|
|
|
|
|
|
printf "\n%s\n\n" "Script complete. Converted $filecount heic file to $destformat"
|
|
|
|
|
|
|
|
else
|
|
|
|
printf "\n%s\n\n" "Script complete. Converted $filecount heic files to $destformat"
|
|
|
|
printf "\n%s\n\n" "Script complete. Converted $filecount heic files to $destformat"
|
|
|
|
else
|
|
|
|
else
|
|
|
|
if [ $customdir -eq 2 ]; then
|
|
|
|
if [ $customdir -eq 2 ]; then
|
|
|
|