SimCity Stop Game
Quick Start
- •From the repo root, run
./stop_game.sh(orbash ./stop_game.sh). - •Verify no processes remain with
pgrep -fl simcity(should be empty).
Commands
bash
./stop_game.sh pgrep -fl simcity || true
Notes
- •The script handles graceful stop + force kill if needed.
- •If
pgrepstill shows a process, re-run the script and report the PID(s).