This website requires JavaScript.
Explore
Help
Sign In
ted
/
scripts
Watch
1
Star
0
Fork
You've already forked scripts
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9575f68b4f
scripts
/
webptopng.sh
5 lines
74 B
Bash
Raw
Blame
History
for
file in /home/red/Scripts/2/*
do
dwebp
"
$file
"
-o
"
$file
.png
"
done
Reference in New Issue
View Git Blame
Copy Permalink