deblan-report/scripts/smart

13 lines
169 B
Plaintext
Raw Normal View History

2019-06-12 11:32:52 +02:00
#!/bin/sh
. ./helpers/template
. ./helpers/smart
for device in $SMART_DEVICES; do
export device
export result="$(get_smart "$device")"
render_template smart
done