source: cmtpacman/HEAD/scripts/get_applications.sh@ 689

Last change on this file since 689 was 53, checked in by arnault, 20 years ago

From CVS to SVN

File size: 264 bytes
Line 
1
2
3if test -d ../$CMTCONFIG; then
4 cd ../$CMTCONFIG
5
6 pwd=`pwd`
7
8 cmt -quiet show constituents | \
9 grep application | \
10 egrep -v '[.]java' | \
11 awk '{print "'${pwd}/'" $2 ".exe"}'
12
13 ##find . -name '*.exe' -type f | sed -e 's#[.]/#'${pwd}'/#'
14fi
15
16
17
18
19
Note: See TracBrowser for help on using the repository browser.