mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
2 lines
47 B
Awk
2 lines
47 B
Awk
BEGIN { OFMT= "%s" }
|
|
{ $1 + $2; print $1, $2 }
|