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