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