Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

OpenWRT Wake-on-LAN CLI Script

Script I use when logging in to my router for WoL for hosts in the network.

Install

Log into your router as root, put the script in /usr/sbin, optionally without the .sh extension, then make it executable.

Scripted

wget -O wol https://raw.githubusercontent.com/austinbutler/openwrt-wol-cli/master/wol.sh && \
mv wol /usr/sbin/ && \
chmod u+x /usr/sbin/wol

Running

Requires a hostname for the first parameter, which is the name your router knows the host by.

wol desktop

About

Wake on LAN CLI script for OpenWRT

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages