mirror of
https://github.com/apache/lucene.git
synced 2025-02-07 18:49:03 +00:00
af3d523dbe
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150755 13f79535-47bb-0310-9956-ffa450edef68
13 lines
159 B
Bash
Executable File
13 lines
159 B
Bash
Executable File
#! /bin/sh
|
|
|
|
# Copyright (c) 2001 The Apache Software Foundation. All rights
|
|
# reserved.
|
|
|
|
# Args: DIR command
|
|
cd "$1"
|
|
CMD="$2"
|
|
shift
|
|
shift
|
|
|
|
exec $CMD "$@"
|