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