Florian Schaal
2015-05-07 671f79d3b1162d8b88f18f71949a13063f73fd6f
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0