Falko Timme
2014-12-05 1fa8f425b71db332a03ceef2d1e165083d0ba241
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0