Oneliner to convert them all

fe -nx *.spr \"perl ~/DS/SpriteEditor/bin/spr2png.pl %.spr ~/hobby/dspr/demo-%.blk.png --maxheight=256\"fe -nx *.spr \"perl ~/DS/SpriteEditor/bin/spr2png.pl %.spr ~/hobby/dspr/demo-%.spr.png --extra --maxheight=256\" Another oneliner to gather them all, and in HTML bind them... (echo \'\' ; fe *.png \"echo \'<div style=@display: inline-block; background: grey; text-align: center;@> %\'\" ; echo \'\') | sed -e \"s/@/\'/g\" > test.html Why ? Because I need … Continue reading Oneliner to convert them all