Dominik
2014-03-20 3c8b817a7798c9fca5582c1bed33c7c0394532dd
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0