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