#!/bin/bash
echo .
echo ============================================
echo === REPSTR - rule table delimiter is ':' ===
echo ============================================
echo .
rm -f *text*
rm -f *text*.*
cp ../../testdata/base.txt text
./repstr -l -d ":" -t ../../testdata/rule-colon -f text
