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