summaryrefslogtreecommitdiffstats
path: root/examplescripts/Example5
blob: a85961c688dfa72c37e2f422d069745bbb1d6ac8 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash -e

tmp=$(tempfile)
cat >$tmp

run-parts --report --lsbsysinit --arg=$tmp --arg="$1" \
    --arg="$2" --arg="$3" -- /etc/smartmontools/run.d

rm -f $tmp