/wol.c

A simple Wake-on-LAN utility written in C.

Primary LanguageC

wol.c

A simple Wake-on-LAN utility written in C.

Installation

$ make
# make install

By default, this installs the binary in /usr/local/bin and documentation in /usr/local/share/man. To change this, use:

# make PREFIX=/usr/local install

Example Usage

$ wol AA:BB:CC:DD:EE:FF

Documentation

$ man wol