mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-26 01:02:25 +08:00
a9e002cc5a
Update and simplify copyright notices.
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
|