diff options
author | Ben Sima <ben@bsima.me> | 2022-03-14 22:02:38 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-03-14 22:02:38 -0400 |
commit | 21ab96bcf632c1b84567b4f1ee052e0170d1b5f7 (patch) | |
tree | 8ec4d6745302f2f2200365fdf40dd260a4c9665c /perms | |
parent | 9038e1a87e122d91d55ebf80b7e2d7459286cde1 (diff) |
add ending line break
Diffstat (limited to 'perms')
-rwxr-xr-x | perms | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" "$@" |