antRun revision e75c2484bff064fbbf51e92aed4f37b08e6427b7
18669N/A#! /bin/sh
18669N/A
18669N/A# Licensed to the Apache Software Foundation (ASF) under one or more
18669N/A# contributor license agreements. See the NOTICE file distributed with
18669N/A# this work for additional information regarding copyright ownership.
18669N/A# The ASF licenses this file to You under the Apache License, Version 2.0
18669N/A# (the "License"); you may not use this file except in compliance with
18669N/A# the License. You may obtain a copy of the License at
18669N/A#
18669N/A# http://www.apache.org/licenses/LICENSE-2.0
18669N/A#
18669N/A# Unless required by applicable law or agreed to in writing, software
18669N/A# distributed under the License is distributed on an "AS IS" BASIS,
18669N/A# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18669N/A# See the License for the specific language governing permissions and
18669N/A# limitations under the License.
18669N/A
18669N/A# Args: DIR command
18669N/Acd "$1"
18669N/ACMD="$2"
18669N/Ashift
18669N/Ashift
18669N/A
18669N/Aexec "$CMD" "$@"
18669N/A