Daniel
2016-04-17 e14c6ea84f18143bbd9eb17838b28fb884e78bd3
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0