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