mirror of
https://github.com/Misterblue/opensim-docker.git
synced 2026-07-30 11:22:14 +00:00
11 lines
212 B
Bash
Executable File
11 lines
212 B
Bash
Executable File
#! /bin/bash
|
|
# Runs the simulators with screen
|
|
|
|
OPENSIMBIN=${OPENSIMBIN:-/home/opensim/opensim/bin}
|
|
cd "$OPENSIMBIN"
|
|
|
|
rm -f screenlog.0
|
|
rm -f *.log
|
|
|
|
screen -L -S OpenSimScreen -p - -d -m ./OpenSim -console=basic
|