Files
SerpentRace/run.sh
T
2025-05-22 03:54:02 +02:00

6 lines
107 B
Bash
Executable File

#!/bin/bash
cd ./SerpentRace_Docker || exit 1
docker compose watch
read -p "Press any key to continue..."