Falko Timme
2014-08-06 53f0d29ab0b237a12998cadd64df1c8f7dfa3144
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0