4 lines
103 B
Nu
4 lines
103 B
Nu
export def lumen-jlab-usb-power-toggle []: nothing -> nothing {
|
|
sudo uhubctl -a toggle -p 1 -l 3-4
|
|
}
|