Mercurial > hg > nodescore
view init.sh @ 81:ac6c303fbddc
changes to UI for martin version
author | Rob Canning <rob@foo.net> |
---|---|
date | Sun, 20 Jul 2014 14:26:06 +0100 |
parents | ab53902406d4 |
children |
line wrap: on
line source
#!/bin/bash src="/home/rob/code/nodescore/www/8/svg/" cd ../magick/ #./create_svg.py --output=emma --sections=1 --instrument=emma cp /var/www/magick.kiben.net/m/output/emma/svg/*.svg $src cd $src for f in *.svg ; do mv $f ${f#???}; done count=-1 ;for i in [0-7]*.svg ; do count=$((count+1)) ;mv $i $count.svg ; done cd /home/rob/code/nodescore ./svgmods.sh ./musicfilegenerator.sh ./ss2thumb.sh