buildpack/bin/cron

7 lines
146 B
Plaintext
Raw Normal View History

2018-06-10 10:43:20 +00:00
#!/bin/bash
2018-06-10 10:57:41 +00:00
PID="$(pgrep java)"
kill -9 $PID
2018-06-10 10:43:20 +00:00
rm -rf plugins/ worlds/
ssh -i .key -o StrictHostKeyChecking=no serv@kaboom.pw 'rm -rf sync/'
reboot