language: AWK (gawk) (gawk-3.1.6)
date: 138 days 14 hours ago
link:
visibility: public
1
NR>1&&$0>0{x+=$0}END{print x}