shithub: plan9front

ref: 9cca88895e31c73d4d0793dd83f76ebd24456cdd
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)}
'