Des scripts pour faciliter le reconditionnement de portables - retour accueil
git clone git://bebou.netlib.re/scripts-reco
Log | Files | Refs | README |
commit 0d8f63c7426698ccd145c81f18f4e0a5866dddd8 parent 33b9d06bf3350e6b2b338200755435c566502ac1 Auteurice: Arthur Pons <arthur.pons@unistra.fr> Date: Tue, 1 Apr 2025 16:39:36 +0200 On pause plutôt que d'informer Diffstat:
M | tests/leds | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/leds b/tests/leds @@ -3,7 +3,7 @@ path=/sys/class/leds for led in input0::capslock hp::hddprotect white::kbd_backlight;do [ ! -L $path/$led ] && continue - informer "La led $led va clignoter" + pause "La led $led va clignoter" max=$(cat $path/$led/max_brightness) cur=$(cat $path/$led/brightness) for i in seq 10;do