mirror of
https://github.com/apache/poi.git
synced 2025-02-08 11:04:53 +00:00
179bb88f2e
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 "$@"
|