laking
2011-04-04 28a1b864972e1f93aa57c88c0cce9ea97e61bea2
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
 
cd /tmp
svn export svn://svn.ispconfig.org/ispconfig3/trunk/
cd trunk/install
php -q update.php
cd /tmp
rm -rf /tmp/trunk
 
exit 0