git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/aux/ctrl-c
diff options
context:
space:
mode:
authorHarald Pfeiffer <harald.pfeiffer _ xmart.de> 2018-11-01 13:30:58 +0100
committerHarald Pfeiffer <harald.pfeiffer _ xmart.de> 2018-11-01 13:30:58 +0100
commit0632591996893fe136a1f2fe44d9b9f404f41f3e (patch)
tree7340edbe7c212da3db45a83219147143a3268c8d /documentation/aux/ctrl-c
downloadfedora-laptop-0632591996893fe136a1f2fe44d9b9f404f41f3e.tar.bz2
Initial commit
Diffstat (limited to 'documentation/aux/ctrl-c')
-rwxr-xr-xdocumentation/aux/ctrl-c7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/aux/ctrl-c b/documentation/aux/ctrl-c
new file mode 100755
index 0000000..b7530b2
--- /dev/null
+++ b/documentation/aux/ctrl-c
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+function ctrl_c() {
+ echo " CUNT PUNT!" >&2
+ exit 187
+}
+trap ctrl_c INT