fixed comments and got working
[feisty_meow.git] / customizing / fred / scripts / update_musix_on_curie.sh
1
2 # this script is meant to be run on curie with our super alpha prime source of music plugged in.
3
4 #hmmm: add the goodness around these like the nice updater.
5
6 if [[ ! ( $(hostname) =~ .*curie.* ) ]]; then
7   echo this script is only designed to run on curie with the
8   echo fred music prime external disc plugged in.
9   exit 1
10 fi
11
12 rsync -av /media/fred/fredmusicprime/musix/* /z/musix/
13 rsync -avz /z/musix/* surya:/z/musix/ 
14 rsync -avz /z/musix/* wildmutt:/z/musix/ 
15 rsync -avz /z/musix/* euphrosyne:/z/musix/ 
16
17