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