Marius Burkard
2016-04-27 551d9a6f6d0c34b5c2b5db97a939a21e97c72c2e
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0