📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-23 01:48:10
📂
/ (Root)
/
opt
/
alt
/
php51
/
usr
/
share
/
doc
/
pear
/
Structures_Graph
/
docs
📍 /opt/alt/php51/usr/share/doc/pear/Structures_Graph/docs
🔄 Refresh
✏️
Editing: generate.sh
Read Only
#!/bin/sh (cd ..; tar czf docs/arch.tgz "{arch}") rm -Rf "../{arch}" rm -Rf ./html mkdir -p ./html phpdoc --directory ../Structures,./tutorials --target ./html --title "Structures_Graph Documentation" --output "HTML:frames" --defaultpackagename structures_graph --defaultcategoryname structures --pear (cd ..; tar --absolute-names -xzf docs/arch.tgz) #rm arch.tgz
💾 Save Changes
❌ Cancel