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