annotate init.sh @ 65:ab53902406d4

update presussex
author tzara <rc-web@kiben.net>
date Fri, 07 Jun 2013 16:17:36 +0000
parents
children
rev   line source
rc-web@65 1 #!/bin/bash
rc-web@65 2
rc-web@65 3 src="/home/rob/code/nodescore/www/8/svg/"
rc-web@65 4
rc-web@65 5 cd ../magick/
rc-web@65 6
rc-web@65 7 #./create_svg.py --output=emma --sections=1 --instrument=emma
rc-web@65 8
rc-web@65 9 cp /var/www/magick.kiben.net/m/output/emma/svg/*.svg $src
rc-web@65 10
rc-web@65 11 cd $src
rc-web@65 12
rc-web@65 13 for f in *.svg ; do mv $f ${f#???}; done
rc-web@65 14 count=-1 ;for i in [0-7]*.svg ; do count=$((count+1)) ;mv $i $count.svg ; done
rc-web@65 15
rc-web@65 16 cd /home/rob/code/nodescore
rc-web@65 17
rc-web@65 18 ./svgmods.sh
rc-web@65 19 ./musicfilegenerator.sh
rc-web@65 20 ./ss2thumb.sh