Andrew C. Oliver af3d523dbe Initial revision
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150755 13f79535-47bb-0310-9956-ffa450edef68
2002-05-04 15:43:03 +00:00

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 "$@"