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