This commit is contained in:
Tao Tien 2025-10-16 17:25:13 -07:00
parent 90d3fecdc7
commit 01abe6ae00
6 changed files with 36 additions and 11 deletions

View file

@ -50,7 +50,7 @@ def "fans" [duty?: int] {
}
"NOlaptop" => {
match $duty {
null => { sudo ectool autofanctl }
null => { sudo ectool autofanctrl }
_ => { sudo ectool fanduty $duty }
}
}