Falko Timme
2015-01-08 ebe5df76efc18b1ad17bb02447b6d9c041c7cbee
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0