This website requires JavaScript.
Explore
Help
Sign In
Apache
/
poi
mirror of
https://github.com/apache/poi.git
Watch
1
Star
0
Fork
You've already forked poi
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9f9f7d8099
poi
/
tools
/
bin
/
antRun
10 lines
77 B
Bash
Executable File
Raw
Blame
History
#! /bin/sh
# Args: DIR command
cd
"
$1
"
CMD
=
"
$2
"
shift
shift
exec
$CMD
"
$@
"
Reference in New Issue
View Git Blame
Copy Permalink