Florian Schaal
2014-03-28 e52d51c8f6fa655672b83064beebe491181503f0
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0