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