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