@komar Тебе делать нехуй?
#!/bin/bash
echo "Content-Type: text/plain"
echo
e="$(curl -s 'http://sms.ru/sms/send?api_id=хуй&to=пизда&text='"`printf "%s" "$QUERY_STRING" | sed -e 's#&#%26#g;s#?#%3F#g;'`" | sed q)"
case "$e" in
100)
echo Sent!;;
201)
echo The message is too long!;;
203)
echo The text is too long or no text have been entered!
echo Usage: http://l29ah.blasux.ru/sms?text-to-send;;
*)
echo Unknown error $e;;
esac
echo
echo Powered by GNU bash.