#!/bin/sh

for s in /root/lab-build/*
do
  echo "** Executing $s"
  /bin/sh $s
done