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