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 @ 81ed238d2406
Branch filter:
default at 81ed238d2406
default
Location:
C3L/Artwork
/
optipng.sh
Show Full History
Show Authors
81ed238d2406
85 B
text/x-sh
Show Annotation
Show as Raw
Download as Raw
Dennis Fink
Merge svg2pdf, svg2plainsvg and svg2png into convert.sh
1
2
3
4
5
#!/bin/bash
for
i in
$(
find ./ -type f -name
"*.png"
)
;
do
optipng -o7
"
$i
"
done