Align outputs

This commit is contained in:
0x1eef 2024-09-24 18:42:26 -03:00
parent 2d5608dbea
commit 45f33551c4
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ destdir="${2}"
##
# main
cd "${target}"
echo -n "install "
echo -n "install "
find . \
-type f \
! -name ".git" \

View file

@ -9,7 +9,7 @@ destdir="${2}"
##
# main
cd "${target}"
echo -n "mkdir "
echo -n "mkdir "
find . \
! -name ".git" \
-type d \