mirror of
https://github.com/kaboomserver/framework.git
synced 2025-01-08 15:38:48 +00:00
5 lines
61 B
Bash
Executable file
5 lines
61 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Shutdown script for Paper/Spigot
|
|
|
|
pkill -9 java
|