Mercurial > hg > nodescore
view README @ 73:0c3a2942ddee
now using express to server static content
author | Rob Canning <rc@kiben.net> |
---|---|
date | Sun, 29 Jun 2014 12:11:51 +0000 |
parents | 9bf133b91890 |
children |
line wrap: on
line source
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