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