Dominik Müller
2015-09-02 4b7334b64c8993b2910d6e8fd2702a5fc42da5d8
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0