Of git, get, and gud
1 2 3 4 5 6 7
#!/bin/bash function ctrl_c() { echo " CUNT PUNT!" >&2 exit 187 } trap ctrl_c INT