diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-10-26 13:26:55 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-10-26 13:26:55 +0000 |
commit | 049ccfd048215d73298a36827d70cba5e34e151a (patch) | |
tree | 61a8cd5db449a3cbe80ff2619c1910c70e2bd0a0 | |
parent | 5a954bd9bdd771f64e432b12307026f98a31be3d (diff) | |
download | rtmux-049ccfd048215d73298a36827d70cba5e34e151a.tar.gz rtmux-049ccfd048215d73298a36827d70cba5e34e151a.tar.bz2 rtmux-049ccfd048215d73298a36827d70cba5e34e151a.zip |
-d is better.
-rw-r--r-- | examples/nicm-start-tmux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nicm-start-tmux.sh b/examples/nicm-start-tmux.sh index ebc40f94..7e5306e6 100644 --- a/examples/nicm-start-tmux.sh +++ b/examples/nicm-start-tmux.sh @@ -29,4 +29,4 @@ if ! $TMUX -s $SESSION has 2>/dev/null; then $TMUX set bell-action none fi -$TMUX -s $SESSION attach +$TMUX -s $SESSION attach -d |