commit du soir, espoir

This commit is contained in:
Tonton Th
2025-02-04 01:06:18 +01:00
parent aed3fa6cf7
commit 3117141b52
18 changed files with 125 additions and 81 deletions

View File

@@ -5,7 +5,8 @@ set -eu
visual_sleep ()
{
for foo in $(seq 0 $1) ; do
printf '*'
local bar=$(( $1 - foo ))
printf "%4d" $bar
sleep 1
done
echo