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