Service sms.ru. When executing a command
curl -d "msg=TEXT" https://sms.ru/sms/send\?api_id=MY_ID\&to=PHONE
(where TEXT is the sms text that is sent to the phone, MY_ID is the client ID in the service, PHONE is the phone number to which the sms is sent) returns each time the sms is sent to the terminal, the service information about the sending status, client balance, etc. - every time there are three lines without translating the last line, (this is what happens, for example, after two SMS):
100 201830-1000001 balance=8.13100 201830-1000001 balance=8.13
I have an endless script on my remote server that monitors the current state and completes each cycle with the above command when certain circumstances occur and I get sms with the necessary code. It does not suit me that the answers are piling up, in fact, I don’t need them at all there. How can I make the team run, but nothing is returned to the terminal, well, or so that the return is suppressed or somehow invisible?