Falko Timme
2014-05-22 896a5820ec4bd985d1772d7e9b72602fbc6ebf91
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0