git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/aux/ctrl-c
blob: b7530b299cbf01970ddf1791c05e6699c6aa6a18 (plain)
1
2
3
4
5
6
7
#!/bin/bash

function ctrl_c() {
	echo " CUNT PUNT!" >&2
	exit 187
}
trap ctrl_c INT