Chaos Computer Club Lëtzebuerg Projects
Toggle navigation
Public journal
Gists
Create New Gist
All Public Gists
Search
My Pull Requests
Not Logged In
Login to Your Account
Username:
Password:
Forgot password?
Don't have an account?
hg
C3L
»
Artwork
Toggle navigation
Summary
Changelog
Files
Pull Requests
Options
Compare
Search
Files @ 12af8687043b
Branch filter:
default at 12af8687043b
default
Location:
C3L/Artwork
/
optipng.sh
Show Full History
Show Authors
12af8687043b
85 B
text/x-sh
Show Annotation
Show as Raw
Download as Raw
Dennis Fink
Moved fonts to root dir
1
2
3
4
5
#!/bin/bash
for
i in
$(
find ./ -type f -name
"*.png"
)
;
do
optipng -o7
"
$i
"
done