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