blob: bddc2a97043cad4ccc3d158fc9cff84f647510c3 [file] [log] [blame]
#!/bin/bash -x
echo 3 > /proc/sys/vm/drop_caches
sync
pgrep -f "sshd: root@" | xargs kill -9
reboot now