From 0aa9ef160fe3362a85a6e9b678d1b65756c8e3a0 Mon Sep 17 00:00:00 2001 From: Joris Date: Wed, 8 Feb 2023 10:33:51 +0100 Subject: Filter on read status --- bin/view | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/view') diff --git a/bin/view b/bin/view index 21541c1..4fd4efc 100755 --- a/bin/view +++ b/bin/view @@ -12,5 +12,5 @@ fi TMP_DIR=$(mktemp --directory) cp public/* "$TMP_DIR" -bin/get-data "$BOOK_DIR" > "$TMP_DIR/data.js" +bin/get-books "$BOOK_DIR" > "$TMP_DIR/books.js" eval "$BROWSER $TMP_DIR/index.html" -- cgit v1.2.3