nsbin/wake-up
Nico Schottelius 68572a49ba add script to wake up local pcs
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2013-12-10 22:58:31 +01:00

15 lines
175 B
Bash
Executable file

#!/bin/sh
host=$1; shift
case "$host" in
blank)
mac=60:a4:4c:cf:f0:25
;;
*)
echo "Unknown host $host" >&2
exit 1
;;
esac
wol "$mac"