add newline

This commit is contained in:
creme 2019-09-05 11:02:36 +02:00
parent 9cd2d417a5
commit e1e05427c5
No known key found for this signature in database
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 1 additions and 1 deletions

2
envs
View File

@ -174,7 +174,7 @@ case $1 in
for scr in /envs/bin/*; do
script_name=$(basename $scr)
target=$(readlink -f "$scr")
printf '%s%s by %s%s' "$(tput setaf 6)" "$script_name" "$(stat -c '%U' $target)" "$(tput sgr0)"
printf '%s%s by %s%s\n' "$(tput setaf 6)" "$script_name" "$(stat -c '%U' $target)" "$(tput sgr0)"
cat /envs/descriptions/$script_name
echo ""
done ;;