This command will send a line from a given text file one every 10 mins as an SMS to a given number.
i=1; while [ 1 ]; do sms INSERT_PHONE_NUMBER "(cat "/home/binnyva/sms.txt"|head -ni|tail -n1)"; sleep 10m; i=(expri + 1); done
Script calls the command ‘sms’ – you can define that command however you want. In my case, its a variation of this script.
hi
i have tried but this did’t worked, which is the package i supposed to install ,is it “sms-pl”.. i have one more question…how it work…please reply
Try getting this script…
http://www.sarathlakshman.com/2010/04/26/send-free-sms-from-commandline/