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