mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-20 10:55:01 +00:00
10 lines
263 B
Bash
Executable File
10 lines
263 B
Bash
Executable File
#!/bin/bash
|
|
#parse_ethernet_controller_lspci
|
|
|
|
cat <<EOF > $1
|
|
Controller | Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet (rev 12)
|
|
Controller | Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet (rev 12)
|
|
EOF
|
|
|
|
cat samples/lspci-001.txt > $2
|