Login
Ben
/
moon
Overview
Code
Talk
Settings
main
1 branch
0 tags
SSH
HTTP
Ben (Desktop/Arch)
Code cleanup, extracted playlist code from now_playing_screen
e62119b
29 days ago
79 Commits
moon
/
tools
/ optimizegfx
Raw
application/octet-stream
•
85 B
•
7 lines
#!/usr/bin/env bash shift while (("$#")); do zopflipng -y -m "$1" "$1" shift done