commit cd81abcddfbcbd4a57b2a5dd18fb345fb8e19fa6 parent ed9592cbbce72e06ff44babd4783c0ea15e38927 Author: William Casarin <jb55@jb55.com> Date: Mon, 28 Jun 2021 08:34:20 -0700 books: no exec Signed-off-by: William Casarin <jb55@jb55.com> Diffstat:
M | bin/books | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/books b/bin/books @@ -1,2 +1,2 @@ #!/usr/bin/env bash -exec reader ~/docs/books +reader ~/docs/books