mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +00:00
9 lines
116 B
Bash
Executable File
9 lines
116 B
Bash
Executable File
#!/bin/bash
|
|
#parse_raid_controller_lspci
|
|
|
|
cat <<EOF > $1
|
|
LSI Logic MegaRAID SAS
|
|
EOF
|
|
|
|
cat samples/lspci-004.txt > $2
|