From 0632591996893fe136a1f2fe44d9b9f404f41f3e Mon Sep 17 00:00:00 2001
From: Harald Pfeiffer <harald.pfeiffer@xmart.de>
Date: Thu, 1 Nov 2018 13:30:58 +0100
Subject: Initial commit

---
 documentation/aux/ctrl-c | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100755 documentation/aux/ctrl-c

(limited to 'documentation/aux/ctrl-c')

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
-- 
cgit v1.2.3