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