Patrick Anders
2014-12-08 0c1fecfdf0db2be953c11d70521817d0fda76df4
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0