diff options
Diffstat (limited to 'bin/tmux-cssh')
-rwxr-xr-x | bin/tmux-cssh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/tmux-cssh b/bin/tmux-cssh index 6e686a8..393d468 100755 --- a/bin/tmux-cssh +++ b/bin/tmux-cssh @@ -1,5 +1,8 @@ #!/bin/sh +echo "Try to use xpanes --ssh instead!" +exit 1 + hosts="" ssh_options="" tmux_name="cssh" |