From 241f41d5973846bf2c46072f3891aac4e89cfcde Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 10 Oct 2025 00:09:42 -0400 Subject: [PATCH] bookstorm wrapper script added. --- usr/bin/bookstorm | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 usr/bin/bookstorm diff --git a/usr/bin/bookstorm b/usr/bin/bookstorm new file mode 100755 index 0000000..10907b0 --- /dev/null +++ b/usr/bin/bookstorm @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +pushd /opt/bookstorm +./bookstorm.py "$@" +popd