Marius Burkard
2016-02-04 c7654c48ad095aab6456505f24a91d30d563be7b
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0