aboutsummaryrefslogtreecommitdiff
path: root/examples/mxey-start-tmux.sh
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-02 20:52:43 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-02 20:52:43 +0000
commitf6b86402c7fd1f4af0e4d163f22e4b9f71b2e538 (patch)
treea477f847000c9037f13df98a2f60065eb7faec30 /examples/mxey-start-tmux.sh
parent00c6585e37df01f27e876b4039d22fc9a064c85b (diff)
downloadrtmux-f6b86402c7fd1f4af0e4d163f22e4b9f71b2e538.tar.gz
rtmux-f6b86402c7fd1f4af0e4d163f22e4b9f71b2e538.tar.bz2
rtmux-f6b86402c7fd1f4af0e4d163f22e4b9f71b2e538.zip
Remove old examples, add new.
Diffstat (limited to 'examples/mxey-start-tmux.sh')
-rw-r--r--examples/mxey-start-tmux.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/mxey-start-tmux.sh b/examples/mxey-start-tmux.sh
deleted file mode 100644
index fb062276..00000000
--- a/examples/mxey-start-tmux.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-tmux attach
-if [[ $? = 1 ]]; then
- tmux new-session -d -smain 'exec irssi'
- tmux -smain set prefix '^H'
- tmux -smain new-window -d -nherrie 'exec sudo herrie -c /home/mxey/etc/herrie/config'
- tmux -smain new-window -d 'exec lynx'
- exec tmux -smain attach
-fi