Till Brehm
2014-03-12 14001d25d34dc8ff3cd8f7ef4be6760a5b56dde7
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0