Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 430 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 430 Bytes

pomodoro-timer

Description

Simple Pomodoro Timer through Bash Scripting

How to use

To use this make sure that the script has executable permissions by running

chmod+x pomodoro.sh

Once done, run the script by using the following:

./pomodoro.sh <number of pomodoro>

Example

./pomodoro.sh 4

It would generate 4 pomodoros (25 minutes) with 3 short breaks (5 minutes) and 1 long break (15 minutes)