source:
trunk-3.0/source/script/extract_allparms.sh@
101
Last change on this file since 101 was 1, checked in by , 18 years ago | |
---|---|
File size: 148 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | grep '{".*P_[GL]' param/loadparm.c | sed -e 's/&.*$//g' -e 's/",.*P_LOCAL.*$/ S/' -e 's/",.*P_GLOBAL.*$/ G/' -e 's/^ .*{"//g' | sort -f |
Note:
See TracBrowser
for help on using the repository browser.