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