7 lines
169 B
Bash
7 lines
169 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rm -rf phpdoc
|
||
|
mkdir phpdoc
|
||
|
phpdoc -ue on --output "HTML:Smarty:PHP" -d ./ -t phpdoc -ti "LDAP Account Manager - Documentation" -dc "LDAP Account Manager"
|
||
|
|