root
2015-11-19 aa365c418c88ad97ed0e9f0ffa4405fcda717715
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0