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