mirror of
https://github.com/kaboomserver/server.git
synced 2024-11-28 10:15:49 -05:00
08ba4b7180
Former-commit-id: ff9a104ccc1e0eb2c0897d0a9f9650b429161196
2 lines
32 B
Bash
2 lines
32 B
Bash
#!/bin/sh
|
|
kill -9 $(pgrep java)
|