Till Brehm
2014-08-13 cd48c7ce11e4ca3b2094d6a1fd51dca3e07b6905
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0