Listen to git commits for a specific repo and run a shell command

Add echo cmd to shell

Note: why is ! a special character in bash :pensive:

vielle.dev d2fa6859 f6c007dd

verified
Changed files
+1 -1
+1 -1
tangled-on-commit.json
··· 1 1 { 2 2 "handle": "vielle.dev", 3 3 "repo_name": "tangled-on-commit", 4 - "shell": "./commit.sh" 4 + "shell": "echo \\\"Got a new commit\\!\\!\\\" 2>&1 > out.txt" 5 5 }