#!/bin/sh

# this the script that is called by the raid monitor daemon: mdadm.
# We simply send the last output to a temp file.  

echo $* > /tmp/raidstatus
