root/buildtools/culldeps.sh
| Revision 06601a4dda0346aeef2da039407fd01010951a73, 96 bytes (checked in by Theo Schlossnagle <jesus@omniti.com>, 2 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #!/bin/bash |
| 2 | |
| 3 | perl -ni -e 's/(\s)\/\S+/$1/g; next if /^\s*\\?$/; print "\n" if /^\S/; print;' $* |
Note: See TracBrowser for help on using the browser.
