mirror of
https://github.com/kaboomserver/framework.git
synced 2024-12-01 03:16:49 -05: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
|