Marius Cramer
2014-02-18 46236c96277327a03828d3fa2f26d694cfb36cc1
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0