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