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