Login
1 branch 0 tags
Ben (T14/NixOS) Fixed a bug in the button blur handler bf34ce6 1 month ago 56 Commits
moon / tools / optimizegfx
#!/usr/bin/env bash

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