summaryrefslogtreecommitdiffstats
path: root/bin/devnull
diff options
context:
space:
mode:
Diffstat (limited to 'bin/devnull')
-rwxr-xr-xbin/devnull6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/devnull b/bin/devnull
deleted file mode 100755
index 11bbfbd..0000000
--- a/bin/devnull
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/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