Florian Schaal
2015-08-16 772dad9fcee423a6f0ca3cbd93ddfc3c56aaec4c
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0