plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

mkMAP (88B)


      1 #!/bin/rc
      2 grep '	' $* | awk '
      3 $2 != "\"" {last = $4}
      4 {printf("\t%s\t%s\n", $1, last)}
      5 '