NAME
lapled - Control the front LED on Apple laptops under Linux
SYNOPSIS
lapled on $((10**5)) # turn it on for 0.1 seconds
lapled on # keep it on
lapled off $((10**6)) # turn it off for a second
lapled off # keep it off
DESCRIPTION
Switches the laptop LED on Apple laptops running Linux on and off. Can optionally turn the LED back on/off after a given number of microseconds.
OPTIONS
SEE ALSO
AUTHOR
Ævar Arnfjörð Bjarmason <avar@cpan.org>
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.