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