dots/.bin/mmv.sh

5 lines
67 B
Bash
Executable File

j=0;
for i in ico_22_*.png;
do let j+=1;
mv $i ico_22_$j.png ;
done