Skip to content

Instantly share code, notes, and snippets.

View picklepumpers's full-sized avatar

Mike Bethany picklepumpers

View GitHub Profile
#!/bin/bash
# Test It
# Simple script to force git commits when testing git hook scripts.
# Obviously not to be used on a production repository.
if [ -f "dummy" ]; then
rm dummy
else
touch dummy
fi