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