improve sendmail check to retry certain operations more than once.
[plcrt.git] / rtcron.sh
1 #!/bin/bash
2
3 D=/usr/share/plcrt/
4 for f in $D/cron.d/*.py ; do
5         $f
6 done