You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
283 B
Bash
6 lines
283 B
Bash
5 years ago
|
#!/bin/sh
|
||
|
/bin/sh /opt/local/share/phpDoc/phpdoc -ed /Users/rrehm/Projekte/plist/examples -d /Users/rrehm/Projekte/plist/classes -ti "CFPropertyList" -t /Users/rrehm/Projekte/plist/docs/ -ue on
|
||
|
|
||
|
cd /Users/rrehm/Projekte/plist/
|
||
|
tar --exclude=".git|*.sh" -czf ../CFPropertyList.tgz .
|