mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 05:29:30 +00:00
9 lines
101 B
Bash
Executable File
9 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
#parse_raid_controller_dmesg
|
|
|
|
cat <<EOF > $1
|
|
AACRAID
|
|
EOF
|
|
|
|
cat samples/dmesg-004.txt > $2
|