summaryrefslogtreecommitdiff
path: root/gmap2gph
blob: da888dab821d09fea6c2f6aeaf1c66a3ce305913 (plain)
1
2
3
4
5
#!/bin/sed -rf

/^(.)([^	]*)	([^	]*)	([^	]*)	([^	]*)$/{
	s//\[\1|\2|\3|\4|\5\]/
}