]> gitweb.pimeys.fr Git - scripts-20-100.git/commitdiff
[persoit] pastebinit, sur la page perso
authorVincent Le Gallic <legallic@crans.org>
Wed, 29 Jan 2014 00:27:52 +0000 (01:27 +0100)
committerVincent Le Gallic <legallic@crans.org>
Wed, 29 Jan 2014 00:27:52 +0000 (01:27 +0100)
1ère version, pas bien folichonne

persoit.sh [new file with mode: 0755]

diff --git a/persoit.sh b/persoit.sh
new file mode 100755 (executable)
index 0000000..b5ccebb
--- /dev/null
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+# Équivalent de pastebinit, mais pour le mettre sur la page perso
+
+# Foire sur les fichiers avec espace
+
+# TODO :
+#  * échapper les espaces (escaped=${1// /\\ })
+#  * ne pas envoyer si y'a déjà un truc du même nom, sauf -f
+#  * à mon avis il va falloir passer en python
+
+
+USER=legallic
+
+scp $1 zamok:www/$1
+
+echo https://perso.crans.org/$USER/$1