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