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