bin/unheic @ fd9efcc95758

More
author Steve Losh <steve@stevelosh.com>
date Sun, 18 Jun 2023 12:01:14 -0400
parents 7909250f7543
children (none)
#!/usr/bin/env bash

set -euo pipefail

for f in *.HEIC; do heif-convert -q 100 "$f" "$f.jpg"; done