Mercurial > hg > nodescore
view README @ 72:9af4250ff7d5
added file to test why static webserver doesnt work on home machine - using connect now instead of node-static this will be pushed into the main nodescore.js once its cleaned up
author | tzara <rc-web@kiben.net> |
---|---|
date | Sun, 27 Oct 2013 01:49:58 +0100 |
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