Mercurial > hg > nodescore
diff init.sh @ 65:ab53902406d4
update presussex
author | tzara <rc-web@kiben.net> |
---|---|
date | Fri, 07 Jun 2013 16:17:36 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/init.sh Fri Jun 07 16:17:36 2013 +0000 @@ -0,0 +1,20 @@ +#!/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