#!/bin/sh for i in $(cd fragments; ls); do perl -Ilib bin/dx fragments/$i >fragment.output/$i done