Tuesday, March 11, 2014

[SCRIPT]Shutdown server in 10 minutes

#!/bin/bash

bash -c "nohup /sbin/shutdown -h 30" &
exit 0

No comments:

Post a Comment