use the new script name
[plcrt.git] / rtcron.sh
1 #!/bin/bash
2
3 D=/usr/share/plcrt/
4 for f in $D/cron.d/*.sh ; do
5         bash -c "$f"
6 done