ochorocho
2014-10-02 dbc30c0abb4486d2c1bbe3fd9645a313bead12e5
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0