#!/bin/sh

find  -type d -exec translatechars {} \;
find  -type f -exec translatechars {} \;
