Files
Open-RSC-Docker-Home/Stop_Game_Linux_Mac.sh
2018-07-16 17:34:04 -04:00

10 lines
115 B
Bash
Executable File

#!/bin/bash
echo ""
echo "Stopping the running Docker containers."
echo ""
echo ""
sudo make stop
echo ""
echo ""