From f8e848094c7fa3eeb3c391ebce8944492671c0da Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 7 Mar 2021 19:02:36 -0800 Subject: build-arm.sh: print total build time --- tools/build-arm.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/build-arm.sh b/tools/build-arm.sh index 427bb21ea..c9ee33e20 100644 --- a/tools/build-arm.sh +++ b/tools/build-arm.sh @@ -92,4 +92,7 @@ echo "Successful build. Retrieving artifacts..." scp -i "$HOME/.ssh/$KEY_NAME.pem" -r "admin@$IPADDR:src/pandoc/linux/artifacts" "arm-build-artifacts-$(date +%s)" +# Let's see how long this took! +uptime + exit 0 -- cgit v1.2.3