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