mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
(modern-es-de) Removed an unnecessary conversion script
This commit is contained in:
parent
92ba769b16
commit
0e7083983b
|
@ -1,8 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
EXTENSION=jpg
|
|
||||||
|
|
||||||
for file in $(ls *.${EXTENSION}); do
|
|
||||||
echo convert $file $(basename -s $EXTENSION $file)webp
|
|
||||||
convert $file $(basename -s $EXTENSION $file)webp
|
|
||||||
done
|
|
Loading…
Reference in a new issue