mirror of
https://github.com/kaboomserver/framework.git
synced 2025-03-14 01:19:47 -04: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
|