Florian Schaal
2015-01-08 6547f463a75278cfb83d5ee860e8f53b931ee84d
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0