seeddms-code/utils/seeddms-open-tasks

7 lines
166 B
Bash

#!/bin/sh
if [ -z ${SEEDDMS_HOME+x} ]; then
echo "Please set SEEDDMS_HOME before running this script";
exit 1;
fi
php -f ${SEEDDMS_HOME}/utils/open-tasks.php -- $*