summaryrefslogtreecommitdiff
path: root/perms
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-03-14 22:02:38 -0400
committerBen Sima <ben@bsima.me>2022-03-14 22:02:38 -0400
commit21ab96bcf632c1b84567b4f1ee052e0170d1b5f7 (patch)
tree8ec4d6745302f2f2200365fdf40dd260a4c9665c /perms
parent9038e1a87e122d91d55ebf80b7e2d7459286cde1 (diff)
add ending line break
Diffstat (limited to 'perms')
-rwxr-xr-xperms2
1 files changed, 1 insertions, 1 deletions
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" "$@"