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