- added shell script for calling adddoc.php and createfolder.php

This commit is contained in:
steinm 2011-07-21 07:01:26 +00:00
parent 887c85c5bb
commit e9a4edc9b2
2 changed files with 4 additions and 0 deletions

2
utils/letodms-adddoc Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
/usr/bin/php -f /usr/share/letodms/utils/adddoc.php -- $*

2
utils/letodms-createfolder Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
/usr/bin/php -f /usr/share/letodms/utils/createfolder.php -- $*