mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 03:12:38 +08:00
6 lines
82 B
Bash
6 lines
82 B
Bash
#!/bin/sh
|
|
|
|
case "$1" in
|
|
smartctl|smartd) "$1" -V | head -n 1 | grep "$2" ;;
|
|
esac
|