aboutsummaryrefslogtreecommitdiff
path: root/examples/n-marriott.sh
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-10-25 21:45:26 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-10-25 21:45:26 +0000
commitcb3b0e661d60a0aea248469a76518f3a19de9521 (patch)
tree4b88f3d39bb05740d222706708e118bca52b6978 /examples/n-marriott.sh
parent2cee0139e4e536e2a67295a34990e399d36e930a (diff)
downloadrtmux-cb3b0e661d60a0aea248469a76518f3a19de9521.tar.gz
rtmux-cb3b0e661d60a0aea248469a76518f3a19de9521.tar.bz2
rtmux-cb3b0e661d60a0aea248469a76518f3a19de9521.zip
Add or clarify licenses where appropriate.
Diffstat (limited to 'examples/n-marriott.sh')
-rw-r--r--examples/n-marriott.sh11
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