6 lines
107 B
Bash
Executable File
6 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd ./SerpentRace_Docker || exit 1
|
|
docker compose watch
|
|
read -p "Press any key to continue..."
|