source: cmtpacman/HEAD/scripts/get_java.sh @ 59

Last change on this file since 59 was 53, checked in by arnault, 19 years ago

From CVS to SVN

File size: 115 bytes
Line 
1
2
3if test -d ../classes; then
4  cd ../classes
5
6  pwd=`pwd`
7
8  find . -name '*.jar' | sed -e 's#[.]/#'${pwd}'/#'
9fi
Note: See TracBrowser for help on using the repository browser.