b3359c6dc5a23d538f1ca1fbde7022d98f8b419e
[nethome.git] / bin / distini
1 #!/bin/sh
2 for i in \
3  atrey.karlin.mff.cuni.cz \
4  k332.feld.cvut.cz \
5  ulab-1.ms.mff.cuni.cz \
6  gate.ericsson.cz \
7  alcor.ericsson.cz \
8  gps.geoinvest.cz \
9 ;do if [ "`hostname -f`" \!= $i ];then
10  echo -n $i
11  scp ~/.bashrc ~/.profile ~/.muttrc $i:
12  echo -n .
13  scp ~/.ssh/config ~/.ssh/authorized_keys $i:.ssh/
14  echo -n .
15  scp ~/bin/distini $i:bin/
16  echo
17 fi;done