From d36677b7c0f8842a9536b0db9c38f9d2049f47dd Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Mon, 21 Oct 2013 00:29:20 +0200 Subject: [PATCH] =?utf8?q?Pour=20g=C3=A9n=C3=A9rer=20l'url=20d'une=20image?= =?utf8?q?=20en=20ronds=20qui=20explosent=20=C3=A0=20partir=20d'une=20URL?= =?utf8?q?=20existante?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit « Ouh les bubulles ! » --- bubulles.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bubulles.sh diff --git a/bubulles.sh b/bubulles.sh new file mode 100755 index 0000000..79c5c34 --- /dev/null +++ b/bubulles.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# pour générer l'url d'une image en ronds qui explosent à partir d'une URL existante + +param=$(echo -n $1 | base64 | paste -s | sed 's/\t//') + +echo http://www.koalastothemax.com/?$param -- 2.39.2