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