coursehero / slacktee

slacktee is a bash script that works like tee command. Instead of writing the standard input to files, slacktee posts it to Slack.
Apache License 2.0
830 stars 95 forks source link

Abort the process when SIGINT, SIGTERM and SIGKILL are notified #65

Closed Chikashi-Kato closed 4 years ago

Chikashi-Kato commented 4 years ago

This PR is addressing the issue #64. slacktee.sh trapped SIGINT, SIGTERM and SIGKILL signals, but didn't abort the process in the handler.