Florian Schaal
2015-07-16 3fb090cbc738b8e41b3b0664741b4c54e23ba8cd
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0