Jesse Norell
2016-02-17 8df4a32cb1db8d830dab8b067e839c484d5b4f7f
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0