mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01: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
|