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