git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/aux/ctrl-c
diff options
context:
space:
mode:
authorHarald Pfeiffer <harald.pfeiffer _ bechtle.com> 2019-11-25 10:04:43 +0100
committerHarald Pfeiffer <harald.pfeiffer _ bechtle.com> 2019-11-25 10:04:43 +0100
commit737cf3c79a03489a53b250cf53cf2a8f53f603a4 (patch)
treef6bd73a2c3a78e3731c413d4ebd09fc47c477139 /documentation/aux/ctrl-c
parent7bde242bc4d99505955f023b4a71aa08b3a762fd (diff)
downloadrhel-scripts-737cf3c79a03489a53b250cf53cf2a8f53f603a4.tar.bz2
+documentation scripts
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