Fix indentation in pomodoro timer

This commit is contained in:
Talia 2022-06-02 13:37:27 +02:00
parent 254d353497
commit b8b5a778f2
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ do
for i in 1 2 3 4
do
say "Start working... 🔨"
sleep $((60 * 25))
sleep $((60 * 25))
if [ 4 -eq "$i" ]
then
say "Take a break... 💤"