notify () {
    message="$(cat)"
    curl -d "$message" https://notify.shore.co.il/send
}