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