mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
sysinfo: use usbtree instead of just cating #u/usb/ctl
This commit is contained in:
parent
f57df70853
commit
b883050361
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ fn print{
|
|||
logprog aux/icanhasmsi
|
||||
logprog aux/icanhasvmx -v
|
||||
logprog aux/pcmcia
|
||||
logprog cat '#u/usb/ctl'
|
||||
logprog usbtree
|
||||
logprog cat '#S/sdctl'
|
||||
for(i in '#S'/sd[A-Z][0-9]*/ctl)
|
||||
logprog cat $i
|
||||
|
|
Loading…
Reference in a new issue