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