Sending sms through Shell script

Can anyone please help me to in scripting of sending sms through shell script

There are quite a few web services that can send sms to phones(find in google), you may try writing a script that uses 'curl' or 'wget' to send form inputs (like mobile number and message). If the site uses a captcha (mainly to avoid scriptors) this option does not work.