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