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