volunteers/bin/kill

4 lines
53 B
Bash
Executable File

#!/usr/bin/env sh
kill -9 `cat tmp/pids/server.pid`