diff options
Diffstat (limited to 'examples/n-marriott.sh')
-rw-r--r-- | examples/n-marriott.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/n-marriott.sh b/examples/n-marriott.sh deleted file mode 100644 index 55cb9815..00000000 --- a/examples/n-marriott.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -x - -[ ! -z "$TMUX" ] && exit - -# I alias this script to "session" in .profile and use it to reconnect to -# the main session (0) on my main tmux server. - -TMUX="tmux -dLmain" - -$TMUX has -t0 2>/dev/null || $TMUX -qf ~/.tmux.conf.main start -exec $TMUX attach -d -t0 |