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