Listen to git commits for a specific repo and run a shell command
at master 130 B view raw
1{ 2 "handle": "vielle.dev", 3 "repo_name": "tangled-on-commit", 4 "shell": "echo \\\"Got a new commit\\!\\!\\\" 2>&1 > out.txt" 5}