Skip to content

Commit

Permalink
doc: make doc better
Browse files Browse the repository at this point in the history
  • Loading branch information
WGrape committed Feb 28, 2024
1 parent a788376 commit c7962d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/function.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ loading(){
sleepSeconds=0.01
fi

printf "\n\n"
printf "\n"
b=''
i=0
while [ $i -le 100 ]
Expand All @@ -56,7 +56,7 @@ loading(){
((i=i+2))
b+='#'
done
printf "\n\n"
printf "\n"
}

# send web hook message
Expand Down

0 comments on commit c7962d2

Please sign in to comment.