aboutsummaryrefslogtreecommitdiff
path: root/bin/sdf
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sdf')
-rwxr-xr-xbin/sdf8
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/sdf b/bin/sdf
deleted file mode 100755
index 824af51..0000000
--- a/bin/sdf
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-SDF=faeroes.sdf.org
-
-tmux new-session -A -s sdf -d -n com "ssh -t ${SDF} rcom"
-tmux set-option -t sdf:^ default-command "ssh -t ${SDF}"
-tmux set-option -t sdf:^ remain-on-exit on
-tmux attach -t sdf