Fixed a return line issue

This commit is contained in:
Yann Esposito (Yogsototh) 2011-07-15 21:43:34 +02:00
parent fc2e973bdd
commit 2f8347fd3e
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*.tasks

View file

@ -48,6 +48,7 @@ while (true) {
print "$(date +"%H:%M: ") $task" >> $logfile
print -n -- "WORK NOW! "
ysleep WORKING_TIME
print -n "\nTime to take a break: "
notify "Time to take break"
if ((nb % 4 == 0)); then
RELAX_TIME=$SHORT_RELAX_TIME