craetion
[infrastructure.git] / scripts / auto-update.sh
1 #!/bin/bash
2
3 DIRNAME=$(dirname $0)
4 DIRNAME=$(cd $DIRNAME; pwd -P)
5
6 cd $DIRNAME
7 svn update &> .auto-update.log
8