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