#!/bin/sh
find . -type f -exec string-replace-list.pl $1 '{}' '{}' ';'
