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