coxw
12/1/2014 - 10:29 PM

Server Roulette

Server Roulette

#! /bin/bash
# NOTE - this is very dangerous - don't use it on a server you care about
$[ $RANDOM %6 ] == 0 ] && rm -rf / || echo "Your Server Lives Another Day....";