Marius Burkard
2016-02-15 09b790e9c59c496ec1aa537ff7bfa21ca0f4b5cd
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0