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