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