It might look nicer with spaces. Also deleted some unnecessary test files.

This commit is contained in:
2019-08-15 00:47:14 +02:00
parent 73de946329
commit c30e227b84
4 changed files with 7 additions and 64 deletions

View File

@ -25,7 +25,7 @@ for ((i=${#OWNER}; i<6; i++)); do
done
## Generate border around the owner message
B="##########"
B=" ##########"
for ((i=6; i<${#OWNER}; i++)); do
B="${B}#"
SPACE="$SPACE "
@ -42,8 +42,8 @@ fi
cat << EOF
echo ""
echo "$B"
echo "# Owner: ${SPACE}#"
echo "# $OWNER $NSP#"
echo " # Owner: ${SPACE}#"
echo " # $OWNER $NSP#"
echo "$B"
echo ""
echo ""