Marius Cramer
2015-05-25 8ae1387d225034725a0ead1bcbd2756d4d053f43
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0