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