mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
5 lines
218 B
Bash
Executable File
5 lines
218 B
Bash
Executable File
#!/bin/sh
|
|
echo "Starting OpenSimulator with ODE. If you get an error saying limit: Operation not permitted. Then you will need to chmod 0600 /etc/limits"
|
|
ulimit -s 262144
|
|
mono OpenSim.exe -physics=OpenDynamicsEngine
|