logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

prop_parsers.awk (89B)


  1. BEGIN {
  2. FS=":"
  3. }
  4. /^#/ { next }
  5. /^$/ { next }
  6. {
  7. system(gen_prop_parser " '" $0 "'")
  8. }