mirror of
https://github.com/kaboomserver/server.git
synced 2025-03-15 14:49:48 -04:00
2 lines
32 B
Bash
2 lines
32 B
Bash
#!/bin/sh
|
|
kill -9 $(pgrep java)
|