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