Florian Schaal
2016-05-26 52a8e7e2f53b23f41b40aa5bc5b35f338aaec3dd
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0