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