From 6cb0faca60650ab03dd74716a116f479e4766d36 Mon Sep 17 00:00:00 2001 From: C-Duv Date: Sat, 11 Feb 2017 14:47:26 +0100 Subject: [PATCH] MINOR: Removes trailing spaces --- send-notification.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/send-notification.sh b/send-notification.sh index f352404..f22de58 100644 --- a/send-notification.sh +++ b/send-notification.sh @@ -1,13 +1,13 @@ #!/bin/sh -# +# # Script d'envoi de notification SMS via l'API Free Mobile # https://github.com/C-Duv/freemobile-smsapi-client -# +# # Auteur: DUVERGIER Claude (http://claude.duvergier.fr) -# +# # Nécessite: sed, sh et wget -# +# # Possible usages: # send-notification.sh "All your base are belong to us" # echo "All your base are belong to us" | send-notification.sh @@ -90,7 +90,7 @@ FINAL_MESSAGE_TO_SEND=$(\ # --insecure # * Renvoi le code réponse HTTP uniquement : # --write-out "%{http_code}" --silent --output /dev/null -# +# HTTP_STATUS_CODE=$(\ curl \ --insecure \