Login
1 branch 0 tags
Ben (Desktop/Arch) FIxed opus playback issues and fixed general audio stuttering cc78267 1 month ago 42 Commits
moon / firmware / tools / optimizegfx
#!/usr/bin/env bash

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