shithub: plan9front

ref: 13785bbbef60f5c13aa973c1e7d4277aa55f6a2d
dir: /sys/lib/troff/font/devutf/mkMAP/

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