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