get_score.sh 181 B

12345
  1. #!/bin/sh
  2. # Query the score nodes in the main game world
  3. ../../eliasdb console -exec "get score"
  4. # Query the conf node in the main game world
  5. ../../eliasdb console -exec "get conf"