diff options
author | David Walter Seikel | 2016-11-08 15:49:56 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-11-08 15:49:56 +1000 |
commit | 96eda14b7a1caff77da000a9a957b20ab1a1bb6e (patch) | |
tree | ceb91518776a8b36af8f08c155074fb77f5a437a /scripts/show-console | |
parent | Reduce default logging level to INFO. (diff) | |
download | opensim-SC-96eda14b7a1caff77da000a9a957b20ab1a1bb6e.zip opensim-SC-96eda14b7a1caff77da000a9a957b20ab1a1bb6e.tar.gz opensim-SC-96eda14b7a1caff77da000a9a957b20ab1a1bb6e.tar.bz2 opensim-SC-96eda14b7a1caff77da000a9a957b20ab1a1bb6e.tar.xz |
Lots of hacking up the scripts to work with the new setup, and more.
Diffstat (limited to '')
-rwxr-xr-x | scripts/show-console | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/show-console b/scripts/show-console new file mode 100755 index 0000000..ddeba86 --- /dev/null +++ b/scripts/show-console | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/bash | ||
2 | |||
3 | tmux -S /var/run/opensim/opensim-tmux.socket select-window -t "OpenSim_console" \; attach-session -t "OpenSim_console" | ||