Re-use AWK components
[khatus.git] / src / awk / lib / msg_in.awk
CommitLineData
03c229bf
SK
1BEGIN {
2 FS = Msg_fs ? Msg_fs : "|"
3 Kfs = Key_fs ? Key_fs : ":"
4}
This page took 0.024963 seconds and 4 git commands to generate.