blob: 6d79e43298c5e52b56a6a7672daa8dae555da4e9 [file] [log] [blame]
#! /bin/sh
# Copyright (c) 2001-2002 The Apache Software Foundation. All rights
# reserved.
# Args: DIR command
cd "$1"
CMD="$2"
shift
shift
exec "$CMD" "$@"