Created
March 25, 2022 01:42
-
-
Save ericboehs/b5cf46a2f7f0fd090f0890d4ec2358bc to your computer and use it in GitHub Desktop.
slack-notify
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env bash | |
curl -s -X POST -H 'Content-type: application/json' --data "{\"text\":\"${1:-Done}\"}" $BOEHS_SLACK_NOTI_HOOK |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Install and run:
Slap it on the end of a long running command to be notified when it completes:
Setup Slack App
Why not noti?
I couldn't figure it out.