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

13 lines
169 B
Bash
Executable file

#!/bin/sh
. ./helpers/template
. ./helpers/smart
for device in $SMART_DEVICES; do
export device
export result="$(get_smart "$device")"
render_template smart
done