Skip to content

Instantly share code, notes, and snippets.

@geetotes
Forked from Ajnasz/blink-thinklight.sh
Created March 7, 2013 15:00
Show Gist options
  • Select an option

  • Save geetotes/5108616 to your computer and use it in GitHub Desktop.

Select an option

Save geetotes/5108616 to your computer and use it in GitHub Desktop.

Revisions

  1. @Ajnasz Ajnasz created this gist Jul 31, 2012.
    1 change: 1 addition & 0 deletions blink-thinklight.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    while true;do sleep 1; echo 0 > /sys/devices/platform/thinkpad_acpi/leds/tpacpi::thinklight/brightness;sleep 1;echo 1 > /sys/devices/platform/thinkpad_acpi/leds/tpacpi::thinklight/brightness;done;