Dominik Müller
2014-05-16 70da6633019e19e5e74ca9670a611291654b2c92
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0