odyssey/docker/bin/ody-stop

3 lines
83 B
Bash
Executable File

#!/bin/bash
kill $(pgrep odyssey) || (sleep 1 && kill -9 $(pgrep odyssey)) || true