mirror of
https://github.com/kaboomserver/buildpack.git
synced 2025-08-05 11:52:54 +00:00
5 lines
126 B
Bash
Executable file
5 lines
126 B
Bash
Executable file
#!/bin/bash
|
|
killall java
|
|
rm -rf plugins/ worlds/
|
|
ssh -i .key -o StrictHostKeyChecking=no serv@kaboom.pw 'rm -rf sync/'
|
|
reboot
|