summaryrefslogtreecommitdiffstats
path: root/bin/devnull
diff options
context:
space:
mode:
Diffstat (limited to 'bin/devnull')
-rwxr-xr-xbin/devnull6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/devnull b/bin/devnull
new file mode 100755
index 0000000..11bbfbd
--- /dev/null
+++ b/bin/devnull
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+ttrtail doy > /dev/null 2>&1 &
+pid=$!
+ttyrec $(date +%Y-%m-%d-%H%M%S.ttyrec) -e "ssh nethack.kraln.com"
+kill $pid > /dev/null 2>&1