index
:
openwrt-packages.git
linksys3200ac-master
master
update/libndpi-to-4.6
update/udpspeeder
Community maintained packages for OpenWrt
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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