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