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