[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Sending sms from bash
From: |
Alex Charrett |
Subject: |
Re: Sending sms from bash |
Date: |
Wed, 22 May 2002 11:15:29 +0100 (BST) |
Can't you do something like
gnokii --params-youre-using <<END
message
END
Alex.
On 22 May 2002, Eugene Grimsdell wrote:
> I need to send a sms from a bash script ie: notification system as well
> as setting up a internal sms system via php running gnokii-0.3.4
>
> The problem I have is that I know gnokii needs a crtl-d to send message,
> what is the best ways to send via bash script.
>
>
>
>
>
> -------------------------------------------
> Please note that Internet communications are not secure and therefore OSRAM
> (Pty) Ltd. does not accept legal responsibility for the contents of this
> message. This email is intended only for the use of the individual or entity
> named above and may contain information that is confidential and privileged.
> If you are not the intended recipient, you are hereby notified that any
> dissemination, distribution or copying of this email is strictly prohibited.
> Opinions, conclusions and other information in this message that do not
> relate to the official business of OSRAM (Pty) Ltd. shall be understood as
> neither given nor endorsed by it.
> -------------------------------------------
>
> _______________________________________________
> gnokii-users mailing list
> address@hidden
> http://mail.freesoftware.fsf.org/mailman/listinfo/gnokii-users
>
--