runserver.sh 105 B

1234
  1. #!/bin/sh
  2. python3 mapGeneration.py
  3. dotnet run --project Content.Server
  4. read -p "Press enter to continue"