1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00
tmate-ssh-server/examples/n-marriott.sh
2009-04-20 19:25:58 +00:00

12 lines
271 B
Bash

#!/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