Repositories
qwol
QWol is a small program able to send Magic Packet on the network.
-
Cloning this repository:
git clone git://gitorious.org/qwol/qwol.git qwol cd qwol
Add this repository as a remote to an existing local repository:
git remote add qwol git://gitorious.org/qwol/qwol.git git fetch qwol git checkout -b my-local-tracking-branch qwol/master_or_other_branch

