Skip to content

austinbutler/openwrt-wol-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages