index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
lib
/
troff
/
font
/
devutf
/
mkMAP
blob: d7f0d5dd23facafb83f94e7716e728b38f386386 (
plain
)
1
2
3
4
5
#!/bin/rc
grep ' ' $* | awk '
$2 != "\"" {last = $4}
{printf("\t%s\t%s\n", $1, last)}
'