view init.sh @ 69:333afcfd3f3a

added node_modules to project and fixed path to chronometer also added deps to installer script
author tzara <rc-web@kiben.net>
date Sat, 26 Oct 2013 14:12:50 +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