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