Menu

[r840]: / branches / Release-2-0-7 / php-java-bridge / update-about.sh  Maximize  Restore  History

Download this file

17 lines (14 with data), 724 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
#!/bin/sh
rm -f
wget php-java-bridge.sf.net -OABOUT.HTM
ed ABOUT.HTM <<\EOF
1,$s|http://cvs\.sourceforge\.net/viewcvs\.py/php-java-bridge/php-java-bridge/README?view=markup|README|
1,$s|http://cvs\.sourceforge\.net/viewcvs\.py/php-java-bridge/php-java-bridge/INSTALL?view=markup|INSTALL|
1,$s|http://cvs\.sourceforge\.net/viewcvs\.py/php-java-bridge/php-java-bridge/INSTALL\.WINDOWS?view=markup|INSTALL.WINDOWS|
1,$s|http://cvs\.sourceforge\.net/viewcvs\.py/php-java-bridge/php-java-bridge/PROTOCOL\.TXT?view=markup|PROTOCOL.TXT|
1,$s|http://cvs\.sourceforge\.net/viewcvs\.py/php-java-bridge/php-java-bridge/examples/clients/README?view=markup|examples/clients/README|
1,$s/^.*"SourceForge\.net Logo".*$//
w
q
EOF
exit 0;
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.