Skip to content

Instantly share code, notes, and snippets.

View davidbb's full-sized avatar

David Barrera davidbb

View GitHub Profile
@davidbb
davidbb / post-commit.sh
Created May 10, 2012 16:04 — forked from cpu/post-commit.sh
SVN Post-commit hook for Pushover messages.
#!/bin/bash
#
# SVN Post-commit hook for the Pushover API
# Filters commits to only push when specific authors commit.
# Sends commit messages to one or more device KEYS.
# List of keys to push to
KEYS=( DEVICE_KEY_ONE DEVICE_KEY_TWO DEVICE_KEY_THREE )
# Which commit authors should generate push messages?