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