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