#!/bin/bash
echo .
echo ==============================================
echo === REPSTR - use rule table on single file ===
echo ==============================================
echo .
rm -f text*
rm -f text*.*
rm -f *.log
cp ../../testdata/base.txt text
./repstr -l -t ../../testdata/rule -f text
