prop_parsers.awk (89B)
- BEGIN {
- FS=":"
- }
- /^#/ { next }
- /^$/ { next }
- {
- system(gen_prop_parser " '" $0 "'")
- }
git clone https://anongit.hacktivis.me/git/oasis.git
prop_parsers.awk (89B)
- BEGIN {
- FS=":"
- }
- /^#/ { next }
- /^$/ { next }
- {
- system(gen_prop_parser " '" $0 "'")
- }