Florian Schaal
2014-03-11 b769cc8edfc8503055f3b3b5b86b7076e939ad4e
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0