#!/bin/csh -f

cat $* | tr -d '' | rev | tr '€-šPS' 'à-ú¶¿'
