#!/bin/sh ./find-broken \ | while read f; do ./fix-broken "$f" done