antispam

ref: master

./to_yaml.awk


1
2
3
4
5
6
7
BEGIN {
	print "---"
	print root ":"
}
{
	print "\t - \"" $0 "\""
}