mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 12:47:58 +03:00
4 lines
94 B
Bash
Executable file
4 lines
94 B
Bash
Executable file
#!/usr/bin/env python3
|
|
from shared.docker.game_entrypoint import main
|
|
|
|
main(platform="linux")
|