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