aboutsummaryrefslogtreecommitdiff
path: root/utils/smartmontools/test.sh
blob: e4f60910625246480c02bac78d2f9ee47e0553f4 (plain)
1
2
3
4
5
#!/bin/sh

case "$1" in
	smartctl|smartd) "$1" -V | head -n 1 | grep "$2" ;;
esac