Florian Schaal
2014-12-16 a01942762f934169471b3632d0de877ee3d8200f
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0