mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 21:19:59 +00:00
9 lines
108 B
Bash
Executable File
9 lines
108 B
Bash
Executable File
#!/bin/bash
|
|
#parse_raid_controller_dmesg
|
|
|
|
cat <<EOF > $1
|
|
Fusion-MPT SAS
|
|
EOF
|
|
|
|
cat samples/dmesg-001.txt > $2
|