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