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