Till Brehm
2014-02-15 72d6a8a72c7223ad932e97a0f7c94bc517c9e53b
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0