diff --git a/bin/doctum b/bin/doctum new file mode 100644 index 00000000..50dc5e68 --- /dev/null +++ b/bin/doctum @@ -0,0 +1,11 @@ +#!/bin/bash + +cwd=$(dirname $0) + +pushd ${cwd}/../src/ + +php -dmemory_limit=-1 \ + vendor/bin/doctum.php \ + doctum.config.php + +popd diff --git a/src/doctum b/src/doctum new file mode 120000 index 00000000..a0d2d9c4 --- /dev/null +++ b/src/doctum @@ -0,0 +1 @@ +../bin/doctum \ No newline at end of file