Marius Cramer
2014-08-11 9d9ea6f6d55cfb018e1cbfe9d96c1ae67390069d
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0