mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-15 16:00:23 +00:00
9 lines
108 B
Bash
Executable File
9 lines
108 B
Bash
Executable File
#!/bin/bash
|
|
#parse_raid_controller_lspci
|
|
|
|
cat <<EOF > $1
|
|
Fusion-MPT SAS
|
|
EOF
|
|
|
|
cat samples/lspci-001.txt > $2
|