mirror of
https://github.com/kaboomserver/server.git
synced 2025-02-16 08:00:13 -05:00
2 lines
32 B
Bash
2 lines
32 B
Bash
#!/bin/sh
|
|
kill -9 $(pgrep java)
|