Office_Networks/FLR-BRB/bin/wakeup_fileserver.sh
2018-05-08 03:01:03 +02:00

9 lines
130 B
Bash
Executable File

#!/usr/bin/env sh
_NETW=192.168.102.0
_MAC_FILESERVER="00:30:48:8c:de:c0"
/usr/bin/wakeonlan -i $_NETW $_MAC_FILESERVER
exit 0