#!/bin/sh
# limit execution of splitdb to 1800 seconds
# splitdb will go into an infinite loop if it gets
# a file with non-alphanumeric characters in it
# This wrapper at least makes sure that it won't run forever.
ulimit -t 1800
$BIRCH/bin-$BIRCH_PLATFORM/splitdb $*

