A. Täffner
2016-01-25 ea692399d5729aaf6041e8f979444ab76968ed46
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0