Marius Cramer
2014-02-25 3faab0ca9e097627420aec19c01ad8336fe79c22
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0