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