use python2 explicitly for f31
[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