Intricacies-Latex/HieroTeX/Seshnesu/mklex.awk

7 lines
98 B
Awk
Executable File

#!/bin/nawk -f
BEGIN {
}
{printf("{\"%s\", \"%s\",{ \"G%s\", %s }},\n", $1, $2, $3, $4 + 31); }