zpoolstatus.shon commit fix hyphen bug in music regex (2c69d15)
   1#! /bin/bash
   2
   3iostat=`zpool iostat`
   4status=`zpool status`
   5echo "$iostat\n$status" > /var/log/zpool.log