#!/bin/bash
if [ ! $SEMIBOUND_DIR ] ; then
  echo "SEMIBOUND_DIR not set!!"
fi

for i in install_* ; do 
  /bin/bash $i
done
