florian030
2014-02-18 85851254e17a3ff0c2d1f37748e9c09c77eb5f58
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0