Initial commit
This commit is contained in:
8
FLR-BRB/bin/wakeup_fileserver.sh
Executable file
8
FLR-BRB/bin/wakeup_fileserver.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user