Login
1 branch 0 tags
Ben (Desktop/Arch) Software controlled display brightness c2671dd 1 month ago 67 Commits
moon / tools / optimizegfx
#!/usr/bin/env bash

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