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