Skip to content

Commit 7c54451

Browse files
author
cofincup
committed
update cofincup-pomo
1 parent 4535e14 commit 7c54451

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pomo/cofincup-pomo.sh

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ read -p "Enter countdown time in minutes: " countdown_minutes
66
# confirm countdown time with user
77
read -p "Start a countdown of $countdown_minutes minutes? [Y/n]" confirm
88
confirm=${confirm:-Y} # set default value to Y if user presses enter without entering a value
9+
echo "OK. Will notify you when time's up."
910

1011
# exit script if user doesn't confirm countdown
1112
if [[ ! "$confirm" =~ ^[Yy]$ ]]; then

0 commit comments

Comments
 (0)