1 line
68 B
Bash
Executable file
1 line
68 B
Bash
Executable file
for file in *.HEIC; do heif-convert $file ${file/%.HEIC/.jpg}; done
|