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