#!/bin/bash # Starts the computer displaying pretty graphs. for i in {0..3}; do wakeonlan '00:1e:c9:72:21:c4' > /dev/null sleep 1 done