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