Skip to content

Instantly share code, notes, and snippets.

@dk2ro
dk2ro / thinkmorse.sh
Last active February 12, 2017 10:20 — forked from c5e3/thinkmorse.sh
#!/bin/bash
leds(){
for i in 0 7 12 # 0 = power led, 7 = hibernation led, 12 = charging led
do
echo $i $1 > /proc/acpi/ibm/led
done
}
dit(){