ci: sr.ht: fix gitter notify
[m6w6/libmemcached] / .builds / scripts / maybe
1 #!/usr/bin/env bash
2 "$@"
3 ERROR=$?
4
5 if test $ERROR -ne 0
6 then
7 notify-gitter failure
8 exit $ERROR
9 fi