projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
updated for new images folder
[feisty_meow.git]
/
scripts
/
customize
/
fred
/
scripts
/
raw_synch_from_surya.sh
1
#!/bin/bash
2
3
echo "Updating walrus and musix from surya: raw mode without syncthing!"
4
rsync -avz surya:/z/walrus/* /z/walrus/
5
rsync -avz surya:/z/musix/* /z/musix/
6
rsync -avz surya:/z/imaginations/* /z/imaginations/
7