buildpack/bin/cron
2018-06-10 13:43:20 +03:00

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