]> gitweb.pimeys.fr Git - scripts-20-100.git/commitdiff
[update] myconfig, alors pourquoi mes scripts ?
authorVincent Le Gallic <legallic@crans.org>
Fri, 4 Oct 2013 23:49:57 +0000 (01:49 +0200)
committerVincent Le Gallic <legallic@crans.org>
Fri, 4 Oct 2013 23:49:57 +0000 (01:49 +0200)
update_myscripts.sh [new file with mode: 0755]

diff --git a/update_myscripts.sh b/update_myscripts.sh
new file mode 100755 (executable)
index 0000000..35a6085
--- /dev/null
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+# Pour mettre à jour les fichiers de configuration personnelle
+# sur toutes les machines où j'ai accès
+
+color='\e[0;31m'
+endcolor='\e[0m'
+
+for i in eva zamok cerebro bde
+do
+    echo "${color}sur $i:${endcolor}"
+    ssh $i 'cd scripts; git pull'
+done