From 21ab96bcf632c1b84567b4f1ee052e0170d1b5f7 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 14 Mar 2022 22:02:38 -0400 Subject: add ending line break --- perms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perms') diff --git a/perms b/perms index 7c1a800..d806173 100755 --- a/perms +++ b/perms @@ -1,3 +1,3 @@ #!/usr/bin/env bash echo $(realpath $1) -stat --printf "octal: %a\nhuman: %A\nowner: %U (%u)\ngroup: %G (%g)" "$@" +stat --printf "octal: %a\nhuman: %A\nowner: %U (%u)\ngroup: %G (%g)\n" "$@" -- cgit v1.2.3