Marius Burkard
2015-12-31 238326c6e7528571d0e8c68f310591206256ea77
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0