srvgit / wol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:C 62.5%Language:Roff 23.1%Language:Makefile 14.4%