Login
1 branch 0 tags
Ben (T14/NixOS) Improved esp32 config and font handling e1eb80a 1 month ago 52 Commits
moon / tools / optimizegfx
#!/usr/bin/env bash

shift
while (("$#")); do
	zopflipng -y -m "$1" "$1"
	shift
done