]> git.mxchange.org Git - jcoreee.git/blob - dist.sh
Better this way + updated jcore.jar
[jcoreee.git] / dist.sh
1 #!/bin/sh
2
3 NAME="jsfcore"
4 LIST=`find ../*/lib/${NAME}.jar`
5
6 for entry in ${LIST};
7 do
8         cp -v dist/${NAME}.jar ${entry}
9 done