github.com/grantbow/fit@v0.7.1-0.20220916164603-1f7c88ac81e6/hooks/post-commit.changes-twilio (about) 1 #!/bin/sh 2 # 3 # An example hook script to automatically send changes 4 # seen in the issues/ directories via 5 # that also have tag_twilio_4155551212 phone numbers 6 # via twilio sms if it is configured in the repository's .bug.yml 7 # 8 # To use this file, move and rename it like 9 # cp -p post-commit.changes-twilio <rep>/.git/hooks/ 10 bug twilio > $(bug pwd)/../.bug.log 2>&1