nodescore/README

18 lines
240 B
Plaintext
Executable File

README
flow:
cd ../code/magick
edit ./svg_gen.sh to specify instrument and target location
./svg_gen.sh
for f in *.svg ; do mv $f ${f#???}; done
count=0 ;for i in [0-7]*.svg ; do count=$((count+1)) ; echo mv $i $count.svg ; done