]> gitweb.pimeys.fr Git - scripts-20-100.git/commitdiff
Méta-shortcuts
authorVincent Le Gallic <legallic@crans.org>
Sun, 29 Sep 2013 19:22:30 +0000 (21:22 +0200)
committerVincent Le Gallic <legallic@crans.org>
Sun, 29 Sep 2013 19:22:30 +0000 (21:22 +0200)
gpg_synchro.sh [new file with mode: 0755]
move_photos_ok.sh [new file with mode: 0755]
restart.sh [new file with mode: 0755]

diff --git a/gpg_synchro.sh b/gpg_synchro.sh
new file mode 100755 (executable)
index 0000000..4eaf1f6
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+# Pour synchroniser facilement les données gpg entre mes deux machines
+
+echo "ici → cabal"
+gpg --export | ssh cabal gpg --import
+
+echo "cabal → ici"
+ssh cabal gpg --export | gpg --import
diff --git a/move_photos_ok.sh b/move_photos_ok.sh
new file mode 100755 (executable)
index 0000000..407712f
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# Placer une photo dans le dossier des images Webcam traitées
+# Utilisé à l'époque où je prenais des photos pour la note
+
+mv "$1" /home/vincent/Images/Webcam/Ok/
diff --git a/restart.sh b/restart.sh
new file mode 100755 (executable)
index 0000000..c2e232a
--- /dev/null
@@ -0,0 +1,18 @@
+#!/bin/bash
+
+# Pour relancer après un reboot tout ce qui est habituellement en cours
+
+# pour utiliser les alias
+shopt -s expand_aliases
+source ~/.bash_aliases
+source ~/.bash_aliases_local
+
+
+firefox &
+iceweasel &
+thunderbird &
+#gedit ToDoListNote &
+scitenote
+scitedjango
+# des terminaux avec des trucs dedans
+gnome-terminal -e ssh-add