Fix the program output
Ffs of course now I copy wrong output, this is getting insane
This commit is contained in:
parent
4dd7154073
commit
8ec8418a04
1 changed files with 10 additions and 10 deletions
20
README.org
20
README.org
|
@ -10,19 +10,19 @@ It prints what are the best times to wake up and duration of sleep when presente
|
||||||
Like this:
|
Like this:
|
||||||
|
|
||||||
#+BEGIN_SRC bash
|
#+BEGIN_SRC bash
|
||||||
$ # now it's 01:23; we expect to fall asleep in 5 minutes
|
$ # now it's 01:34; we expect to fall asleep in 5 minutes
|
||||||
$ ./sleepCalc.lua 5
|
$ ./sleepCalc.lua 5
|
||||||
If gonna fall sleep at: 01:28
|
If gonna fall sleep at: 01:39
|
||||||
Wake up | to sleep
|
Wake up | to sleep
|
||||||
------------------
|
------------------
|
||||||
02:20 | 01h00m
|
03:04 | 01h30m
|
||||||
03:20 | 02h00m
|
04:34 | 03h00m
|
||||||
04:20 | 03h00m
|
06:04 | 04h30m
|
||||||
05:20 | 04h00m
|
07:34 | 06h00m
|
||||||
06:20 | 05h00m
|
09:04 | 07h30m
|
||||||
07:20 | 06h00m
|
10:34 | 09h00m
|
||||||
08:20 | 07h00m
|
12:04 | 10h30m
|
||||||
09:20 | 08h00m
|
13:34 | 12h00m
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Usage
|
** Usage
|
||||||
|
|
Loading…
Reference in a new issue