bin/unheic @ c4bb62cd1c7f

Split vimrc
author Steve Losh <steve@stevelosh.com>
date Tue, 03 Oct 2023 13:15:18 -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