scripts/heic2jpg
2020-05-26 20:49:09 -04:00

4 lines
79 B
Bash
Executable File

#!/usr/bin/env bash
find "$1" -iname "*.heic" -exec heif-convert {} {}.jpg \;