More files!
This commit is contained in:
5
troff/font/devutf/mkMAP
Normal file
5
troff/font/devutf/mkMAP
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/rc
|
||||
grep ' ' $* | awk '
|
||||
$2 != "\"" {last = $4}
|
||||
{printf("\t%s\t%s\n", $1, last)}
|
||||
'
|
||||
Reference in New Issue
Block a user