#!/bin/bash
echo .
echo ===========================================
echo === REPSTR - ignore case when replacing ===
echo ===========================================
echo .
rm -f *text*
rm -f *text*.*
cp ../../testdata/base.txt text
./repstr -l -a -t ../../testdata/rule -f text
