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