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