Sync changes in current working tree
[hcoop/scripts.git] / vos-syncall
1 #!/bin/bash
2
3 HOSTS="deleuze krunk"
4 for A in $HOSTS; do vos syncserv $A; done
5 for A in $HOSTS; do vos syncvldb $A; done
6 for A in $HOSTS; do vos syncserv $A; done
7 for A in $HOSTS; do vos syncvldb $A; done