mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-08 02:30:45 +00:00
ddb82cb2e0
Maybe someday I'll become adept at using cvs...
3 lines
37 B
Awk
3 lines
37 B
Awk
{ last = $0 }
|
|
END { print last }
|