Shift X2 status from legacy to archived
[khatus.git] / parse_fan_file.awk
... / ...
CommitLineData
1{
2 key = $1
3 sub(":$", "", key)
4 val = $2
5 print(key, val)
6}
This page took 0.030573 seconds and 5 git commands to generate.