spacestated/bitlair_open.d/20_statsdisplay_poweron
2016-10-13 00:39:03 +02:00

8 lines
145 B
Bash
Executable file

#!/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