all repos — shlide @ 7b3b37e9c7f40691b848eea29e1e6e61c870b83f

slide deck presentation tool written in pure bash

-- doesn't work here

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Sun, 02 Feb 2020 18:57:59 +0530
commit

7b3b37e9c7f40691b848eea29e1e6e61c870b83f

parent

a2325603077ffef2a06d25bbf07a37ee2d3ef49c

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M shlideshlide

@@ -66,7 +66,7 @@ slides_dir="${1:-./}"

slides=("$slides_dir"/[0-9]*.txt) i=0 while true; do - if [ "$i" -gt "$((${#slides[@]}--))" ]; then + if [ "$i" -gt "$((${#slides[@]} - 1))" ]; then printf '\e[?25h' exit; fi