Mercurial > hg > nodescore
annotate 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 |
rev | line source |
---|---|
rc-web@4 | 1 README |
rc-web@63 | 2 flow: |
rc-web@63 | 3 |
rc-web@63 | 4 cd ../code/magick |
rc-web@63 | 5 |
rc-web@63 | 6 edit ./svg_gen.sh to specify instrument and target location |
rc-web@63 | 7 |
rc-web@63 | 8 ./svg_gen.sh |
rc-web@63 | 9 |
rc-web@63 | 10 for f in *.svg ; do mv $f ${f#???}; done |
rc-web@63 | 11 |
rc-web@63 | 12 count=0 ;for i in [0-7]*.svg ; do count=$((count+1)) ; echo mv $i $count.svg ; done |
rc-web@63 | 13 |