bookstorm wrapper script added.

This commit is contained in:
Storm Dragon
2025-10-10 00:09:42 -04:00
parent ab8148fe0c
commit 241f41d597

5
usr/bin/bookstorm Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
pushd /opt/bookstorm
./bookstorm.py "$@"
popd