fa0c3899da
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352313 13f79535-47bb-0310-9956-ffa450edef68
13 lines
159 B
Bash
13 lines
159 B
Bash
#! /bin/sh
|
|
|
|
# Copyright (c) 2001 The Apache Software Foundation. All rights
|
|
# reserved.
|
|
|
|
# Args: DIR command
|
|
cd "$1"
|
|
CMD="$2"
|
|
shift
|
|
shift
|
|
|
|
exec $CMD "$@"
|