- #!/bin/sh
- # Query the stat node in the main game world
- ../../eliasdb console -exec "get stats"
- # Query the stat node in the main game world
- ../../eliasdb console -exec "get conf"
- # List all objects in the main world
- ../../eliasdb console -exec "get obj"
|