diff options
author | onefang | 2019-05-19 23:15:55 +1000 |
---|---|---|
committer | onefang | 2019-05-19 23:15:55 +1000 |
commit | f0c22c54556b6c3e474b0197c9b7d47fc28cea3c (patch) | |
tree | 96dcee31213f97357f6370bd48ce7436302285cb /example | |
parent | Make examples directory, and shuffle all the out of tree stuff into it. (diff) | |
download | opensim-SC-f0c22c54556b6c3e474b0197c9b7d47fc28cea3c.zip opensim-SC-f0c22c54556b6c3e474b0197c9b7d47fc28cea3c.tar.gz opensim-SC-f0c22c54556b6c3e474b0197c9b7d47fc28cea3c.tar.bz2 opensim-SC-f0c22c54556b6c3e474b0197c9b7d47fc28cea3c.tar.xz |
Example sim startup script.
Diffstat (limited to 'example')
-rwxr-xr-x | example/start.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/example/start.sh b/example/start.sh new file mode 100755 index 0000000..ce36d59 --- /dev/null +++ b/example/start.sh | |||
@@ -0,0 +1,4 @@ | |||
1 | #!/bin/bash | ||
2 | |||
3 | cd /opt/opensim-IG/current/bin | ||
4 | mono OpenSim.exe -inidirectory=../../config/simg01 | ||