#! /bin/sh

# run this only on the server host otherwise a race condition will
# ensue where multiple majordomo command files will be run in parallel 

for i in $0.t[0-9][0-9]
 do
  echo test $i
  sh $i
 done
