mpc: update to 0.35
[feed/packages.git] / utils / smartmontools / test.sh
1 #!/bin/sh
2
3 case "$1" in
4 smartctl|smartd) "$1" -V | head -n 1 | grep "$2" ;;
5 esac