Florian Schaal
2014-08-18 02ff2682d37ac1215860f6ddea5e689be860b0dd
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0