pyratelog

personal blog
git clone git://git.pyratebeard.net/pyratelog.git
Log | Files | Refs | README

commit 9455254e502d7130a660f849802387294ea4b5e4
parent e072f1a4f98744b18bdca9cabccd80b1a4135a12
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 21 Dec 2021 12:05:18 +0000

remove while loop

Diffstat:
Mpyratelog.sh | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/pyratelog.sh b/pyratelog.sh @@ -87,8 +87,4 @@ initialise() { } -# watch the entry directory for new files -while : ; do - ls ./entry/*.md >/dev/null 2>&1 && initialise - sleep 30 -done +initialise