mirror of
https://github.com/tildeclub/launcher.git
synced 2026-01-24 11:10:18 +00:00
add newline
This commit is contained in:
2
envs
2
envs
@@ -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 ;;
|
||||
|
||||
Reference in New Issue
Block a user