blob: bddc2a97043cad4ccc3d158fc9cff84f647510c3 [file] [log] [blame]
azvyagintsevc975d9e2018-07-17 20:27:39 +03001#!/bin/bash -x
2
3echo 3 > /proc/sys/vm/drop_caches
4sync
Richard Felkl47757902018-03-02 22:44:43 +01005pgrep -f "sshd: root@" | xargs kill -9
azvyagintsevc975d9e2018-07-17 20:27:39 +03006reboot now