
lapled - Control the front LED on Apple laptops under Linux

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

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.

Print a usage message listing all available options


Ævar Arnfjörð Bjarmason <avar@cpan.org>

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.