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