Florian Schaal
2015-04-17 7802d5714a9be14db84e737c85646c9fadbfae66
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0