Marius Cramer
2014-10-09 f78f1e5d4e837b658b535d90c28c3a55df8e8a91
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0