t40c term[] count fix
[minix.git] / commands / lspci / lspci.sh
bloba4c3bc0abe11d0c4dfd2a99305bda71cbfe95a47
1 #!/bin/sh
3 if [ ! -f /proc/pci ]; then
4 echo "PCI list not found (is /proc mounted?)" >&2
5 exit 1
6 fi
8 exec cut -d' ' -f3- /proc/pci