Skip to content

Commit ef35bcd

Browse files
committed
Add nushell port of autoaspm
1 parent 232455e commit ef35bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sourced/auto_aspm.nu

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const aspm = {
1010
def get-bytes-for-device [
1111
device: string
1212
]: nothing -> binary {
13-
sudo lspci -s $device -xxx
13+
lspci -s $device -xxx
1414
| lines
1515
| skip
1616
| compact -e

0 commit comments

Comments
 (0)