Update for 07-11-21 19:00

This commit is contained in:
Tyler Perkins 2021-11-07 19:00:01 -05:00
parent 903550b843
commit 7cda35e63f

View File

@ -104,7 +104,7 @@ Rename push all .png files through convert
{{{
for file in *.png; do
convert $$file "$${file%.png}.eps"
convert $file "${file%.png}.eps"
done
}}}