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