home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / xampp-win32-1.6.7-installer.exe / php / data / Structures_Graph / publish.sh < prev   
Encoding:
Linux/UNIX/POSIX Shell Script  |  2008-07-02  |  265 b   |  6 lines

  1. #!/bin/sh
  2. ./package.sh
  3. scp BUILD/*.tgz root@sergiocarvalho.com:/home/httpd/vhosts/com/sergiocarvalho/pear-base/pear
  4. (cd docs; ./generate.sh)
  5. scp -r docs/html/* root@iluvatar.portugalmail.pt:/home/httpd/vhosts/com/sergiocarvalho/pear-base/pear/docs/Structures_Graph
  6.