deblan-report/helpers/smart
2019-06-12 11:32:52 +02:00

7 lines
46 B
Bash

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