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