Jesse Norell
2015-08-04 7fd6585cec0ff52112a732cb82d1c8cd4e435ff0
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0