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