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