6 lines
61 B
Bash
6 lines
61 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# Shutdown script for Paper/Spigot
|
||
|
|
||
|
pkill -9 java
|