#!/bin/sh cat << EOF e-Durable Tooling
EOF for entry in services/*; do cat << EOF
$(cat "$entry/description")
EOF done cat << EOF
EOF