Till Brehm
2015-05-06 ed46b479b558fd5dba53f4bf79caf360130ba4ce
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0