This website requires JavaScript.
Explore
Help
Register
Sign In
OpenWrt
/
packages
mirror of
https://git.openwrt.org/feed/packages.git
Watch
1
Star
0
Fork
You've already forked packages
0
Code
Issues
Projects
Releases
Wiki
Activity
dc32fc0e47
packages
/
utils
/
smartmontools
/
test.sh
6 lines
82 B
Bash
Raw
Blame
History
#!/bin/sh
case
"
$1
"
in
smartctl
|
smartd
)
"
$1
"
-V
|
head -n
1
|
grep
"
$2
"
;
;
esac
Reference in New Issue
View Git Blame
Copy Permalink