#!/bin/bash for f in test/*; do echo $f; bash $f; done