mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-11 06:04:39 +08:00
2 lines
95 B
Plaintext
2 lines
95 B
Plaintext
make check 2>&1 | tee gmp-check-log
|
|
awk '/# PASS:/{total+=$3} ; END{print total}' gmp-check-log |