#!/bin/bash
echo .
echo ===================================================
echo "=== REPSTR - replace with NULL string (remove) ==="
echo ===================================================
echo .
rm -f *text*
rm -f *text*.*
cp ../../testdata/base.txt text
./repstr -l -y -t ../../testdata/rule-empty -f text
