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