Sergio Cambra
2014-07-08 9ec3045a846c5e46e5e1be87272449876b21ed1f
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0