#!/bin/sh

if [ -n "$FAKE_TIMEOUT" ] ; then
    exit 124
else
    shift 1
    exec "$@"
fi
