Cyrrilic chars are supported by pushbullet but are trimmed by the script I guess next line does it: body=$(echo "$body"|tr -dc '[:print:]\n')
Cyrrilic chars are supported by pushbullet but are trimmed by the script
I guess next line does it:
body=$(echo "$body"|tr -dc '[:print:]\n')