Note the meaning of version numbers
[khatus.git] / v2 / src / awk / exe / parse_fan_file.awk
CommitLineData
03c229bf
SK
1{
2 key = $1
3 sub(":$", "", key)
4 val = $2
5 print(key, val)
6}
This page took 0.021857 seconds and 4 git commands to generate.