This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
% add @reboot work/tools/scripts/pomodoro.sh to crontab -e | |
% or add to sudo nano /etc/rc.local | |
% or add to "Run at startup" in Ubuntu | |
study_time_sec="1500"; % in seconds | |
break_time_sec="300"; % in seconds | |
% Produced an alarm | |
_alarm() { |