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