Florian Schaal
2016-02-28 2b3b4cfe53e93823e11da9dc6c898b43e43cfa70
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0