mirror of
https://github.com/simon987/scripts.git
synced 2025-04-10 05:46:44 +00:00
4 lines
79 B
Bash
Executable File
4 lines
79 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
find "$1" -iname "*.heic" -exec heif-convert {} {}.jpg \;
|