mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-19 11:30:51 +00:00
3 lines
37 B
Awk
3 lines
37 B
Awk
|
{ last = $0 }
|
||
|
END { print last }
|