deblan-report/helpers/smart

7 lines
46 B
Bash

#!/bin/sh
get_smart() {
smartctl -H "$1"
}