Jesse Norell
2016-05-24 190275a3c3814094edaa6c5ea40e74031123608f
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0