mirror of
https://github.com/kaboomserver/buildpack.git
synced 2025-08-05 20:02:52 +00: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
|