root/trunk/GEN
| Revision 108, 168 bytes (checked in by Gregor, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | #!/bin/bash |
| 2 | if [ ! "$1" ] ; then exit ; fi |
| 3 | |
| 4 | for i in `grep '::'$1'(' ERR | sed 's/^.*\`// ; s/::.*//' | sort | uniq` |
| 5 | do |
| 6 | cd tdcsrc/ |
| 7 | sh stub.sh $i |
| 8 | cd .. |
| 9 | done |
Note: See TracBrowser for help on using the browser.
