Luis Guzman
2016-03-26 39e52128b14f9a98b26355936fb12e124995832d
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0