diff options
Diffstat (limited to '')
-rwxr-xr-x | bin/sdf | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +#!/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 new-window -d -c '~' -n irc "ssh -t ${SDF} rirc" +tmux attach -t sdf |