mybin

my ~/bin
git clone https://a3nm.net/git/mybin/
Log | Files | Refs | README

commit 3187b038f40de07e9a39a92969ceba5fc5d4b71a
parent bdd612a7b3bfb621aa1d2d4f2e30691097f25877
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed, 30 Jul 2014 00:47:34 +0200

fix

Diffstat:
sms | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sms b/sms @@ -7,6 +7,5 @@ USER="$1" KEY="$2" TEMP=`mktemp` python -c "import sys, urllib as ul; print ul.quote_plus(sys.stdin.read())" > $TEMP -curl -k -I -'https://smsapi.free-mobile.fr/sendmsg?user='$USER'&pass='$KEY'&msg='`cat $TEMP` +curl -k -I 'https://smsapi.free-mobile.fr/sendmsg?user='$USER'&pass='$KEY'&msg='`cat $TEMP` rm -f $TEMP