#!/bin/bash set -e cd Internet/html for file in $(ls *.xml); do echo "Übersetzte $file ..." mdoc $file ../etc/internet.tpl done