add missing shell script

This commit is contained in:
Uwe Steinmann 2023-04-11 12:37:27 +02:00
parent 79b7315c85
commit 1bc2ff764e

8
utils/seeddms-xmlimport Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
if [ -z "${SEEDDMS_HOME}" ]; then
parentdir=$(dirname "$0")
export SEEDDMS_HOME=$(dirname "$parentdir")
fi
exec php -f "${SEEDDMS_HOME}/utils/xmlimport.php" -- "${@}"