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