From 38d4f2a1bdc5e75fe969d300dc70748d73572492 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 29 May 2014 17:52:06 -0700 Subject: [PATCH] scripts: human-readable sizes --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 72069d690..2ca2239d6 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -44,4 +44,4 @@ cp bin/terraform* ${GOPATHSINGLE}/bin # Done! echo echo "--> Results:" -ls -l bin/ +ls -hl bin/