Marius Cramer
2015-06-12 c2419b0e309de8597916f5dc753d99120f416ff7
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0