#!/bin/bash
echo .
echo ================================================
echo === REPSTR - use single rule in command line ===
echo ================================================
echo .
rm -f text*
rm -f text*.*
rm -f rule
cp ../../testdata/base.txt text
./repstr -l -x "qwerty,#qwerty#" -f text
