Marius Cramer
2015-06-02 af6cf4d1ccb5a380d400e1685368ec3b24e3f770
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0