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