buildpack/bin/cron
2018-06-10 13:57:41 +03:00

7 lines
146 B
Bash
Executable file

#!/bin/bash
PID="$(pgrep java)"
kill -9 $PID
rm -rf plugins/ worlds/
ssh -i .key -o StrictHostKeyChecking=no serv@kaboom.pw 'rm -rf sync/'
reboot