MINOR: Removes trailing spaces
This commit is contained in:
parent
57e3322ea8
commit
6cb0faca60
@ -1,13 +1,13 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
#
|
#
|
||||||
# Script d'envoi de notification SMS via l'API Free Mobile
|
# Script d'envoi de notification SMS via l'API Free Mobile
|
||||||
# https://github.com/C-Duv/freemobile-smsapi-client
|
# https://github.com/C-Duv/freemobile-smsapi-client
|
||||||
#
|
#
|
||||||
# Auteur: DUVERGIER Claude (http://claude.duvergier.fr)
|
# Auteur: DUVERGIER Claude (http://claude.duvergier.fr)
|
||||||
#
|
#
|
||||||
# Nécessite: sed, sh et wget
|
# Nécessite: sed, sh et wget
|
||||||
#
|
#
|
||||||
# Possible usages:
|
# Possible usages:
|
||||||
# send-notification.sh "All your base are belong to us"
|
# send-notification.sh "All your base are belong to us"
|
||||||
# echo "All your base are belong to us" | send-notification.sh
|
# echo "All your base are belong to us" | send-notification.sh
|
||||||
@ -90,7 +90,7 @@ FINAL_MESSAGE_TO_SEND=$(\
|
|||||||
# --insecure
|
# --insecure
|
||||||
# * Renvoi le code réponse HTTP uniquement :
|
# * Renvoi le code réponse HTTP uniquement :
|
||||||
# --write-out "%{http_code}" --silent --output /dev/null
|
# --write-out "%{http_code}" --silent --output /dev/null
|
||||||
#
|
#
|
||||||
HTTP_STATUS_CODE=$(\
|
HTTP_STATUS_CODE=$(\
|
||||||
curl \
|
curl \
|
||||||
--insecure \
|
--insecure \
|
||||||
|
Loading…
Reference in New Issue
Block a user