diff options
author | Joris | 2023-02-08 10:33:51 +0100 |
---|---|---|
committer | Joris | 2023-02-08 10:33:51 +0100 |
commit | 0aa9ef160fe3362a85a6e9b678d1b65756c8e3a0 (patch) | |
tree | 7ebbc0ce06ab4c644e1a4045c5cdb6232735a7fc /bin/view | |
parent | 959c28f52e2ac1038f27110c88344fb321ed8e0e (diff) |
Filter on read status
Diffstat (limited to 'bin/view')
-rwxr-xr-x | bin/view | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |