#!/bin/bash for file in /opt/autoexec/onbuild/* do exec "$file" >> /opt/log/autoexec.build.log done