source:
cmtpacman/HEAD/scripts/get_applications.sh@
433
      
      | Last change on this file since 433 was 53, checked in by , 20 years ago | |
|---|---|
| File size: 264 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | |
| 3 | if 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}'/#' | 
| 14 | fi | 
| 15 | |
| 16 | |
| 17 | |
| 18 | |
| 19 | 
  Note:
 See   TracBrowser
 for help on using the repository browser.
    
