add apply_template to generalize the translation of parameterized files into
[plcrt.git] / setup.d / addwatchers.sh
1 #!/bin/bash
2
3 RTDIR=/usr/share/plcrt
4 for f in /etc/rt3/conf.d/*.pl ; do 
5         $RTDIR/addwatchers.pl --action insert --dba postgres --datafile $f
6 done