More files!

This commit is contained in:
rsc 2004-05-15 23:45:13 +00:00
parent 36a9115fcb
commit 13f7391e4a
213 changed files with 54952 additions and 0 deletions

5
troff/font/devutf/mkMAP Normal file
View file

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