TRX/tools/shared/docker/game-linux/entrypoint.sh

5 lines
94 B
Bash
Raw Permalink Normal View History

2025-03-31 00:32:09 +02:00
#!/usr/bin/env python3
from shared.docker.game_entrypoint import main
main(platform="linux")