895297512d
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352063 13f79535-47bb-0310-9956-ffa450edef68
10 lines
77 B
Bash
Executable File
10 lines
77 B
Bash
Executable File
#! /bin/sh
|
|
|
|
# Args: DIR command
|
|
cd "$1"
|
|
CMD="$2"
|
|
shift
|
|
shift
|
|
|
|
exec $CMD "$@"
|