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