We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 232455e commit ef35bcdCopy full SHA for ef35bcd
sourced/auto_aspm.nu
@@ -10,7 +10,7 @@ const aspm = {
10
def get-bytes-for-device [
11
device: string
12
]: nothing -> binary {
13
- sudo lspci -s $device -xxx
+ lspci -s $device -xxx
14
| lines
15
| skip
16
| compact -e
0 commit comments