tbrehm
2011-06-28 f9c7f3f99c5468f6c55ebc707e9e8987e5e88e01
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