mirror of
https://github.com/kaboomserver/server.git
synced 2024-12-22 15:45:07 +00:00
80bf0c43a6
Former-commit-id: d3bd004bf48cb48245ebc939d959ace04d96ae61
2 lines
32 B
Bash
2 lines
32 B
Bash
#!/bin/sh
|
|
kill -9 $(pgrep java)
|