Florian Schaal
2014-06-12 56ae2538dde73a415909cc6f398f86489a722006
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0