# run as root to kill all processes
#!/bin/sh
sync
kill -15 1
