mirror of
https://github.com/kaboomserver/framework.git
synced 2024-12-04 12:41:00 -05:00
6 lines
61 B
Bash
6 lines
61 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# Shutdown script for Paper/Spigot
|
||
|
|
||
|
pkill -9 java
|