seeddms-code/utils/seeddms-createfolder

7 lines
168 B
Plaintext
Raw Normal View History

#!/bin/sh
2016-01-19 14:24:23 +00:00
if [ -z ${SEEDDMS_HOME+x} ]; then
echo "Please set SEEDDMS_HOME before running this script";
exit 1;
fi
php -f ${SEEDDMS_HOME}/utils/createfolder.php -- $*