From d0ee3c9d5c3c87576bd8e76a0693468db3cb78aa Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Tue, 16 Nov 2021 19:39:21 -0600 Subject: [PATCH] add a line break, formatting --- build-image-files.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-image-files.sh b/build-image-files.sh index f6b15b9..92a7cf3 100755 --- a/build-image-files.sh +++ b/build-image-files.sh @@ -12,8 +12,9 @@ podman save localhost/steamcmd:${BUILD_TAG} > ${IMAGE_FILE} echo "" echo "Wrote ${IMAGE_FILE}, cleaning up" podman rmi steamcmd:${BUILD_TAG} +echo "" echo "Attempting to compress the image (begin comforting music)" xz --keep --compress -9 --extreme --threads=$(nproc) ${IMAGE_FILE} echo "" echo "Finished, (non)compressed images created:" -ls -lah ${IMAGE_FILE}* +ls --color=auto -lah ${IMAGE_FILE}*