]> git.proxmox.com Git - mirror_smartmontools-debian.git/blob - examplescripts/Example5
Imported Upstream version 6.3+svn3990
[mirror_smartmontools-debian.git] / examplescripts / Example5
1 #!/bin/bash -e
2
3 tmp=$(tempfile)
4 cat >$tmp
5
6 run-parts --report --lsbsysinit --arg=$tmp --arg="$1" \
7 --arg="$2" --arg="$3" -- /etc/smartmontools/run.d
8
9 rm -f $tmp
10