veenoise / Pomodoro-Timer-Bash-Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pomodoro-Timer-Bash-Demo

This is a demo project showcasing bash basics for the bash session for Google Developer Student Club - Polytechnic University of the Philippines (Cybersecurity Department).

Dependency

You need to install sox to play the music.

Use the following command if you are in a debian-based Linux Distribution.

sudo apt-get install sox

If you are on Fedora, use the following command.

sudo dnf install sox

Usage

Make sure the pomodoro.sh has execute permission.

chmod u+x ./pomodoro.sh

Run the script.

./pomodoro.sh

About


Languages

Language:Shell 100.0%