diff options
author | onefang | 2019-08-22 08:58:53 +1000 |
---|---|---|
committer | onefang | 2019-08-22 08:58:53 +1000 |
commit | 03e5a31e64cbb51113816454928f57b3095b28cb (patch) | |
tree | b72afa358d26a02e78f460464a26b8c9944e7dcd /scripts/show-console | |
parent | Bump build number to 4. (diff) | |
download | opensim-SC_OLD-03e5a31e64cbb51113816454928f57b3095b28cb.zip opensim-SC_OLD-03e5a31e64cbb51113816454928f57b3095b28cb.tar.gz opensim-SC_OLD-03e5a31e64cbb51113816454928f57b3095b28cb.tar.bz2 opensim-SC_OLD-03e5a31e64cbb51113816454928f57b3095b28cb.tar.xz |
Unclutter the tmux status line.
Not everyone has YUUUGE terminals like I do.
Diffstat (limited to 'scripts/show-console')
-rwxr-xr-x | scripts/show-console | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/show-console b/scripts/show-console index 5818e70..e7fb941 100755 --- a/scripts/show-console +++ b/scripts/show-console | |||
@@ -1,3 +1,3 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | 2 | ||
3 | tmux -S ../../caches/opensim-tmux.socket select-window -t "OpenSimSC_console" \; attach-session -t "OpenSimSC_console" | 3 | tmux -S ../../caches/opensim-tmux.socket select-window -t "OpenSimSC" \; attach-session -t "OpenSimSC" |