Start dbsrv10 process from command line (OS X)

I unsuccessfully searched for the command to start the dbsrv10 process in the terminal application. With the dbsrv10 command I found in servoy.properties it did not work.

Maybe someone even has a script that starts the repository and Servoy server on OS X Snow Leopard. So far I had to open and shut down developer and then start the server with

cd /Applications/Servoy/application_server/
./servoy_server.sh

Thanks
Reto

My version of 513 has suddenly stopped starting sybsae 11.

This works,

380 cd /Applications/Servoy513Frameworks/application_server
381 LC_CTYPE=C LANG=C DYLD_LIBRARY_PATH=sybase_db sybase_db/dbspawn sybase_db/dbsrv11 @sybase_db/sybase.config

so i assume it will also work for 10 if you change the 11 to 10!

David